Language

DkmLaunchNonDebugProcessAsyncResult.LaunchedProcess Property

Definition

DkmNonDebugProcess represents a process which was started in 'Start Without Debugging' (Ctrl-F5) scenarios. It provides functionality needed to track the lifetime of these processes.

This API was introduced in Visual Studio 16 Update 9 (DkmApiVersion.VS16Update9).

public Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess LaunchedProcess { get; }
member this.LaunchedProcess : Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess
Public ReadOnly Property LaunchedProcess As DkmNonDebugProcess

Property Value

Applies to