DkmBaseDebugMonitorId.ClrVirtualMachine Property

Definition

DkmProcess is debugged using ONLY the ICorDebug API (the process is not being debugging through the Win32 debugging API). This value is used when debugging with the ICorDebug v2 pipeline. Scenarios include debugging a Win32 process running the v2 CLR and debugging a managed process running on a Windows CE device.

public:
 static property Guid ClrVirtualMachine { Guid get(); };
public static Guid ClrVirtualMachine { get; }
static member ClrVirtualMachine : Guid
Public Shared ReadOnly Property ClrVirtualMachine As Guid

Property Value

Returns Guid.

Applies to