DkmOpenNonDebugProcessSnapshotAsyncResult(DkmProcess) 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 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.