DkmClrDebuggingServicesId Enum

Definition

Indicates which version of the CLR debugging services (mscordbi.dll or other implementation of the ICorDebug API) should be used when debugging this process.

public enum class DkmClrDebuggingServicesId
public enum class DkmClrDebuggingServicesId
enum DkmClrDebuggingServicesId
public enum DkmClrDebuggingServicesId
type DkmClrDebuggingServicesId = 
Public Enum DkmClrDebuggingServicesId
Inheritance
DkmClrDebuggingServicesId

Fields

CoreSystemClr 6

Debug an application running under Core CLR.

DesktopClrV2 2

Debug an application running under .NET Framework version 2.0 or earlier.

DesktopClrV4 1

Debug an application running under .NET Framework version 4 or later. Note that this value can use either the in-process (helper-thread based) or out-of-process implementation of ICorDebug.

DevicesClr 5

Debug an application running under the .NET Framework on a Windows CE device. This value is no longer used.

OutOfProcessPipeline 0

Debug an application using .NET Framework version 4 or later out-of-process CLR execution pipeline.

SilverlightMac 4

Debug an application running on using Silverlight on a Mac operating system. This value is no longer used.

SilverlightWindows 3

Debug an application running using Silverlight on a Windows operating system. This value is no longer used.

Applies to