ערוך

שתף באמצעות


IXCLRDataTypeDefinition Interface

Provides methods for querying information about a type definition.

Note

This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug and ICorProfiler APIs when possible.

Methods

Method Description
StartEnumMethodDefinitions Provides a handle to enumerate the method definitions of the type.
EnumMethodDefinition Enumerates the method definitions of the type.
EndEnumMethodDefinitions Releases the resources used by internal iterators used during method definition enumeration.
GetName Gets the fully qualified name for this type definition.
GetCorElementType Gets the standard element type of this type definition.
GetTokenAndScope Gets the metadata token and scope for this type definition.

Remarks

This interface lives inside the runtime and is not exposed through any headers or library files. However, it's a COM interface that derives from IUnknown with GUID 4675666C-C275-45b8-9F6C-AB165D5C1E09 that can be obtained through the usual COM mechanisms.

Requirements

Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7

See also