DkmOpenNonDebugProcessSnapshotAsyncResult(DkmProcess) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmNonDebugProcessSnapshot.OpenAsync.

public DkmOpenNonDebugProcessSnapshotAsyncResult(Microsoft.VisualStudio.Debugger.DkmProcess Process);
new Microsoft.VisualStudio.Debugger.DefaultPort.DkmOpenNonDebugProcessSnapshotAsyncResult : Microsoft.VisualStudio.Debugger.DkmProcess -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmOpenNonDebugProcessSnapshotAsyncResult
Public Sub New (Process As DkmProcess)

Parameters

Process
DkmProcess

[In] The process representing the snapshot being debugged.

Applies to