IDkmNonDebugProcessExitNotification.OnNonDebugProcessExit Metoda

Definicja

Element OnNonDebugProcessExit jest wywoływany w ramach przetwarzania zdarzeń. Aby uzyskać więcej informacji, zobacz definicję interfejsu.

public void OnNonDebugProcessExit (Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess nonDebugProcess, int exitCode, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnNonDebugProcessExit : Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess * int * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnNonDebugProcessExit (nonDebugProcess As DkmNonDebugProcess, exitCode As Integer, eventDescriptor As DkmEventDescriptor)

Parametry

nonDebugProcess
DkmNonDebugProcess

[W] DkmNonDebugProcess reprezentuje proces, który został uruchomiony w scenariuszach "Rozpocznij bez debugowania" (Ctrl-F5). Zapewnia funkcje potrzebne do śledzenia okresu istnienia tych procesów.

exitCode
Int32

[W] wartość 32-bitowa, która została przetworzona zwrócona po zakończeniu. Jest to ta sama wartość, która zostanie zgłoszona z jądra32! GetExitCodeProcess.

eventDescriptor
DkmEventDescriptor

[W] Opisuje przetwarzane zdarzenie.

Dotyczy