DkmProcess.BaseDebugMonitorId Property

Definition

DkmBaseDebugMonitorId identifies the base debug monitor used to inspect and control the debugged process. For example, DkmBaseDebugMonitorId.WindowsProcess is used for processes debugged by the Win32 debugging API and DkmBaseDebugMonitorId.DumpFile is used for minidumps.

public:
 property Guid BaseDebugMonitorId { Guid get(); };
public Guid BaseDebugMonitorId { get; }
member this.BaseDebugMonitorId : Guid
Public ReadOnly Property BaseDebugMonitorId As Guid

Property Value

Returns Guid.

Applies to