DkmProcess.BaseDebugMonitorId Property
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.
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.