DkmTransportConnection.TakeNonDebugProcessSnapshot(UInt32) Method
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.
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.