Compartir a través de


Views (System_Runtime)

The System_Runtime schema contains the following views.

Views

View Description

ArrayDimensions

Provides details on the dimensions of an associated array in the [System_Runtime].[Arrays] table.

Arrays

Contains the array part of a type signature for common language runtime (CLR) arrays.

Assemblies

Contains instances of common language runtime (CLR) assemblies.

AssemblyReferences

Associates assemblies in the [System_Runtime].[Assemblies] view with their referenced assemblies.

CalledMethods

Tracks calls between methods.

ClassOrInterfaceGenericArguments

Provides type information of the generic arguments for type signatures.

ClassOrInterfaces

Contains the class or interface part of a type signature for common language runtime (CLR) types.

ComplexTypes

Stores information about complex types.

DelegateGenericTypeParameters

Stores generic parameters for generic delegates in the [System_Runtime].[Delegates] view.

Delegates

Contains the delegate definition part of common language runtime (CLR) types.

EnumerationLabels

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.

Enumerations

Contains the enumeration part of common language runtime (CLR) type definitions.

EventMethods

Maps events in the [System_Runtime].[Events] view to their associated add and remove event methods in the [System_Runtime].[Methods] view.

Events

Contains instances of common language runtime (CLR) events.

Fields

Provides field information for types in the [System_Runtime].[Types] view.

Files

Maps files to the assemblies they contain.

FriendAssemblies

Defines friend assembly relationships.

FunctionPointers

Contains the Function Pointer part of a type signature.

GenericTypeParameters

Stores information for parameters declared in generic types.

ImplementedInterfaces

Provides information on the interfaces implemented by a type.

MethodGenericTypeParameters

Stores information on generic type parameters for generic methods in the [System_Runtime].[Methods] view.

Methods

Contains instances of common language runtime (CLR) methods.

Modules

Contains instances of common language runtime (CLR) modules. A module is a single file that contains executable content.

Namespaces

Contains instances of common language runtime (CLR) namespaces.

Parameters

Provides details for parameters of methods in the [System_Runtime].[Methods] and [System_Runtime].[Delegates] views.

ParameterSignatures

A junction extent to group parameters for use by the [System_Runtime].[Methods] and [System_Runtime].[Delegates] extents.

PointerCustomModifiers

Stores custom modifiers for pointers in the [System_Runtime].[Pointers] view.

Pointers

Contains the pointer part of a type signature.

Properties

Contains instances of common language runtime (CLR) properties.

PropertyMethods

Stores the get and set methods belonging to properties in the [System_Runtime].[Properties] view.

Resources

Contains binary resource data owned by assemblies in the [System_Runtime].[Assemblies] view.

Strings

Contains information about strings owned by assemblies in the [System_Runtime].[Assemblies] view.

SzArrayCustomModifiers

Stores custom modifiers for single-dimension arrays in the [System_Runtime].[SzArrays] view.

SzArrays

Contains information for type signatures that are single-dimension arrays that have a lower-bound of zero.

Types

Stores .NET type information for managed constructs, such as classes, values, enumerations, delegates, and interfaces.

TypeSignatures

Stores type signature information. Different kinds of type signatures store their specific information in related views.

TypeVariables

Contains binding information for generic type variables that are type signatures.

Remarks

See Also

Reference

System_Runtime Schema

Send comments about this topic to Microsoft.