Language

DkmLaunchNonDebugProcessAsyncResult(DkmNonDebugProcess) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmProcessLaunchRequest.LaunchProcess.

public DkmLaunchNonDebugProcessAsyncResult(Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess LaunchedProcess);
new Microsoft.VisualStudio.Debugger.Start.DkmLaunchNonDebugProcessAsyncResult : Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess -> Microsoft.VisualStudio.Debugger.Start.DkmLaunchNonDebugProcessAsyncResult
Public Sub New (LaunchedProcess As DkmNonDebugProcess)

Parameters

LaunchedProcess
DkmNonDebugProcess

[In] 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.

Applies to