DkmLaunchNonDebugProcessAsyncResult(DkmNonDebugProcess) Constructor
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.
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.