DkmProcess.BeforeStopDebugging 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在终止或分离目标进程之前通知的处理程序。
位置约束:必须从 IDE 组件 (组件级别 100000) 中调用 API > 。
此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。
public:
void BeforeStopDebugging();
public:
void BeforeStopDebugging();
void BeforeStopDebugging();
public void BeforeStopDebugging ();
member this.BeforeStopDebugging : unit -> unit
Public Sub BeforeStopDebugging ()