DkmClrDebuggingServicesId Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
OutOfProcessPipeline | 0 | Debug an application using .NET Framework version 4 or later out-of-process CLR execution pipeline. |
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. |
DesktopClrV2 | 2 | Debug an application running under .NET Framework version 2.0 or earlier. |
SilverlightWindows | 3 | Debug an application running using Silverlight on a Windows operating system. This value is no longer used. |
SilverlightMac | 4 | Debug an application running on using Silverlight on a Mac operating system. This value is no longer used. |
DevicesClr | 5 | Debug an application running under the .NET Framework on a Windows CE device. This value is no longer used. |
CoreSystemClr | 6 | Debug an application running under Core CLR. |