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 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:
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