COR_PRF_RUNTIME_TYPE Enumeration
Contains values that indicate the version of the common language runtime (CLR): desktop or core CLR, which is used in Silverlight.
typedef enum
{
COR_PRF_DESKTOP_CLR = 0x1,
COR_PRF_CORE_CLR = 0x2,
} COR_PRF_RUNTIME_TYPE;
Members
Member |
Description |
---|---|
COR_PRF_DESKTOP_CLR |
The desktop version of the CLR. |
COR_PRF_CORE_CLR |
The core version of the CLR, used in Silverlight. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: 4