Views (System_Runtime)
The System_Runtime schema contains the following views.
Views
View | Description |
---|---|
Provides details on the dimensions of an associated array in the [System_Runtime].[Arrays] table. |
|
Contains the array part of a type signature for common language runtime (CLR) arrays. |
|
Contains instances of common language runtime (CLR) assemblies. |
|
Associates assemblies in the [System_Runtime].[Assemblies] view with their referenced assemblies. |
|
Tracks calls between methods. |
|
Provides type information of the generic arguments for type signatures. |
|
Contains the class or interface part of a type signature for common language runtime (CLR) types. |
|
Stores information about complex types. |
|
Stores generic parameters for generic delegates in the [System_Runtime].[Delegates] view. |
|
Contains the delegate definition part of common language runtime (CLR) types. |
|
Stores enumeration labels and label values for enumerations in the [System_Runtime].[Enumerations] view. Note that some fields will be NULL depending on the label type. Refer to the LabelKind field in the [System_Runtime].[Enumerations] view. |
|
Contains the enumeration part of common language runtime (CLR) type definitions. |
|
Maps events in the [System_Runtime].[Events] view to their associated add and remove event methods in the [System_Runtime].[Methods] view. |
|
Contains instances of common language runtime (CLR) events. |
|
Provides field information for types in the [System_Runtime].[Types] view. |
|
Maps files to the assemblies they contain. |
|
Defines friend assembly relationships. |
|
Contains the Function Pointer part of a type signature. |
|
Stores information for parameters declared in generic types. |
|
Provides information on the interfaces implemented by a type. |
|
Stores information on generic type parameters for generic methods in the [System_Runtime].[Methods] view. |
|
Contains instances of common language runtime (CLR) methods. |
|
Contains instances of common language runtime (CLR) modules. A module is a single file that contains executable content. |
|
Contains instances of common language runtime (CLR) namespaces. |
|
Provides details for parameters of methods in the [System_Runtime].[Methods] and [System_Runtime].[Delegates] views. |
|
A junction extent to group parameters for use by the [System_Runtime].[Methods] and [System_Runtime].[Delegates] extents. |
|
Stores custom modifiers for pointers in the [System_Runtime].[Pointers] view. |
|
Contains the pointer part of a type signature. |
|
Contains instances of common language runtime (CLR) properties. |
|
Stores the get and set methods belonging to properties in the [System_Runtime].[Properties] view. |
|
Contains binary resource data owned by assemblies in the [System_Runtime].[Assemblies] view. |
|
Contains information about strings owned by assemblies in the [System_Runtime].[Assemblies] view. |
|
Stores custom modifiers for single-dimension arrays in the [System_Runtime].[SzArrays] view. |
|
Contains information for type signatures that are single-dimension arrays that have a lower-bound of zero. |
|
Stores .NET type information for managed constructs, such as classes, values, enumerations, delegates, and interfaces. |
|
Stores type signature information. Different kinds of type signatures store their specific information in related views. |
|
Contains binding information for generic type variables that are type signatures. |