IDkmProcessSnapshotAddedNotification.OnProcessSnapshotAdded Yöntem

Tanım

OnProcessSnapshotAdded, olay işlemenin bir parçası olarak çağrılır. Daha fazla bilgi için bkz. arabirim tanımı.

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

Parametreler

process
DkmProcess

'Ndaki DkmProcess, ayıklanmakta olan bir hedef işlemi temsil eder. Hata ayıklayıcı, hata ayıklama, bu nedenle temel hata ayıklama birimidir. DkmProcess, bir sistem işlemini veya mini dökümler gibi bir sanal işlemi temsil edebilir.

processSnapshot
DkmProcessSnapshot

'Ndaki Eklenen işlem anlık görüntüsü nesnesi.

eventDescriptor
DkmEventDescriptor

'Ndaki İşlenmekte olan olayı açıklar.

Şunlara uygulanır