DkmRuntimeBreakpoint.Process Property

Definition

DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.

public:
 property Microsoft::VisualStudio::Debugger::DkmProcess ^ Process { Microsoft::VisualStudio::Debugger::DkmProcess ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmProcess Process { get; }
member this.Process : Microsoft.VisualStudio.Debugger.DkmProcess
Public ReadOnly Property Process As DkmProcess

Property Value

Returns DkmProcess.

Applies to