ICorDebugManagedCallback::CreateThread 方法

通知调试器线程已开始执行托管代码。

Syntax

HRESULT CreateThread (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugThread    *thread
);

参数

pAppDomain [in]指向 ICorDebugAppDomain 对象的指针,该对象表示包含线程的应用程序域。

thread [in]指向表示线程的 ICorDebugThread 对象的指针。

注解

线程将放置在要执行的第一个托管代码指令处。

要求

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

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

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

另请参阅