CLRDataSourceType Enumeration
Provides values that are used by the CLRDATA_IL_ADDRESS_MAP structure.
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.
typedef enum
{
CLRDATA_SOURCE_TYPE_INVALID = 0x00, // To indicate that nothing else applies
} CLRDataSourceType;
Member | Description |
---|---|
CLRDATA_SOURCE_TYPE_INVALID |
To indicate that nothing else applies |
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define an enumeration as defined above in your code. This is also aliased to CLRDATA_ENUM
as mentioned in Common Data Types.
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: