IDkmStopDebuggingOperations.Detach(DkmProcess) Method

Definition

This method is called to tell the monitor to detach from the target process. This will trigger a ProcessExit event to be sent on the event thread.

public:
 void Detach(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public void Detach (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member Detach : Microsoft.VisualStudio.Debugger.DkmProcess -> unit
Public Sub Detach (process As DkmProcess)

Parameters

process
DkmProcess

[In] DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.

Applies to