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.
Syntax
typedef enum
{
CLRDATA_SOURCE_TYPE_INVALID = 0x00, // To indicate that nothing else applies
} CLRDataSourceType;
Members
Member | Description |
---|---|
CLRDATA_SOURCE_TYPE_INVALID |
To indicate that nothing else applies |
Remarks
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.
Requirements
Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: Available since 4.7
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.