DkmTransportConnection.TakeNonDebugProcessSnapshot(UInt32) 方法

定义

将进程快照。 唯一保留的数据是快照本身,没有任何引用回任何父进程。

此 API 是在 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

参数

ProcessId
UInt32

[In]要快照的进程的进程 ID。

返回

[Out]快照结果。

适用于