Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Provides methods for querying information about a type instance.
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.
Method | Description |
---|---|
GetNumStaticFields | Gets the number of static fields in the type. |
GetStaticFieldByIndex | Get one static field of the type. |
GetDefinition | Gets the type definition matching this instance. |
StartEnumMethodInstances | Provides a handle to enumerate the method instances of the type. |
EnumMethodInstance | Enumerates the method instances of the type. |
EndEnumMethodInstances | Releases the resources used by internal iterators used during method instance enumeration. |
GetName | Gets the fully qualified name of this type instance. |
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 4D078D91-9CB3-4b0d-97AC-28C8A5A82597
that can be obtained through the usual COM mechanisms.
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now