DkmDebugProcessRequest.LogicalParentProcess Property

Definition

The process which is logically the parent of the new process which is going to be debugged. For something like child process debugging, this should generally be the actual parent process. In other cases, it could simply be the process which is performing, an action which motivates the request to debug.

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

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

Property Value

Applies to