DkmLaunchNonDebugProcessAsyncResult.LaunchedProcess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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