DkmEngineId Class

Definition

These are the 'standard' engine GUID values. It is expected that this list will grow over time, so where possible, it is recommended to query for a setting instead of comparing the EngineId.

public ref class DkmEngineId abstract sealed
public ref class DkmEngineId abstract sealed
class DkmEngineId abstract sealed
public static class DkmEngineId
type DkmEngineId = class
Public Class DkmEngineId
Inheritance
DkmEngineId

Properties

ClrNativeCompilation

Debug an application running under the native-compiled .NET Framework.

COMPlusNativeEng

Debug engine for debugging all code within a Win32 process.

COMPlusOnlyEng2

Debug engine for debugging CLR code within the desktop CLR v2.0. For example, a VB application. When debugging in this mode, native debugging is not possible.

COMPlusOnlyEng4

Debug engine for debugging CLR code within CLR v4. When debugging in this mode, native debugging is not possible.

COMPlusSQLLocalEng

Debug engine for debugging only user CLR code inside the Microsoft SQL Server process.

CoreSystemClr

Debug engine used for Core CLR debugging.

EmbeddedClrEngV1

Debug engine used for .NET Compact Framework v1 debugging.

EmbeddedClrEngV2

Debug engine used for .NET Compact Framework v2 debugging.

InteropEngineV2

Debug engine used for Concord interop CLR v2. This GUID is used within Concord and is not known above the AD7 layer.

InteropEngineV4

Debug engine used for Concord interop CLR v4. This GUID is used within Concord and is not known above the AD7 layer.

MacSilverlightEng

Debug engine used for debugging Silverlight apps on Apple computers.

NativeEng

Native-only debugging engine Guid.

Script

Debug engine used for active script debugging (ex: script in Microsoft Internet Explorer).

SilverlightEng

Debug engine used for Silverlight debugging.

Snapshot

Engine for debugging snapshots.

Applies to