ICorDebug::Terminate 方法

终止 ICorDebug 对象。

注释

Terminate 在已调试的所有进程收到 ICorDebugManagedCallback::ExitProcess 回调之前,不应调用该回调。

Syntax

HRESULT Terminate ();

注解

Terminate 当不再需要对象 ICorDebug 时,必须调用它。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用

另请参阅