DkmDebugProcessRequest.ProcessId Property

Definition

Process which the debugger should attach to. In general, this should be a new process which is still at the initial suspension point. However, in some cases such as when a base dm is already attached to the process, and sends the request merely to get the rest of the debugger ready to debug the process, this restriction may not apply.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property int ProcessId { int get(); };
public:
 property int ProcessId { int get(); };
public int ProcessId { get; }
member this.ProcessId : int
Public ReadOnly Property ProcessId As Integer

Property Value

Applies to