DkmBaseDebugMonitorId.ReflectedWin32Process Property

Definition

DkmProcess is backed by a snapshot of a win32 process. Such a debuggee can be inspected but all execution control operations are blocked including stepping and func-eval. This is necessary because the process is not fully initialized and cannot run code.

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

Property Value

Applies to