DkmTransportConnection.TakeNonDebugProcessSnapshot(UInt32) Method

Definition

Takes a process snapshot of a process. The only data retained is the snapshot itself, there is no reference back to any parent process.

This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6).

public Microsoft.VisualStudio.Debugger.DefaultPort.DkmNonDebugProcessSnapshot TakeNonDebugProcessSnapshot(uint ProcessId);
member this.TakeNonDebugProcessSnapshot : uint32 -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmNonDebugProcessSnapshot
Public Function TakeNonDebugProcessSnapshot (ProcessId As UInteger) As DkmNonDebugProcessSnapshot

Parameters

ProcessId
UInt32

[In] The process id of the process to take a snapshot of.

Returns

[Out] The snapshot result.

Applies to