IDkmProcessSnapshotRemovedNotification.OnProcessSnapshotRemoved 方法

定义

在事件处理过程中,将调用 OnProcessSnapshotRemoved。 有关详细信息,请参阅接口定义。

public:
 void OnProcessSnapshotRemoved(Microsoft::VisualStudio::Debugger::DkmProcess ^ process, Microsoft::VisualStudio::Debugger::DkmProcessSnapshot ^ processSnapshot, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnProcessSnapshotRemoved (Microsoft.VisualStudio.Debugger.DkmProcess process, Microsoft.VisualStudio.Debugger.DkmProcessSnapshot processSnapshot, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnProcessSnapshotRemoved : Microsoft.VisualStudio.Debugger.DkmProcess * Microsoft.VisualStudio.Debugger.DkmProcessSnapshot * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnProcessSnapshotRemoved (process As DkmProcess, processSnapshot As DkmProcessSnapshot, eventDescriptor As DkmEventDescriptor)

参数

process
DkmProcess

中DkmProcess 表示正在调试的目标进程。 调试器调试进程,因此这是调试的基本单元。 DkmProcess 可以表示系统进程或虚拟进程,如小型转储。

processSnapshot
DkmProcessSnapshot

中删除的进程快照对象。

eventDescriptor
DkmEventDescriptor

中描述正在处理的事件。

适用于