DkmProcess.BeforeStopDebugging Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()