COR_PRF_RUNTIME_TYPE Enumeration

Contains values that indicate the version of the common language runtime (CLR): desktop or CoreCLR, which is used in Silverlight.

Syntax

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.

Remarks

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4

See also