DkmProcess.BeforeStopDebugging Method

Definition

Handler which is notified before the target process is terminated or detached.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 void BeforeStopDebugging();
public:
 void BeforeStopDebugging();
void BeforeStopDebugging();
public void BeforeStopDebugging ();
member this.BeforeStopDebugging : unit -> unit
Public Sub BeforeStopDebugging ()

Applies to