ICorDebugRegisterSet::SetThreadContext 方法

SetThreadContext 未在 .NET Framework 版本 2.0 中实现。 请勿调用此方法。

备注

使用更高级别的操作 ICorDebugNativeFrame::SetIP 来设置线程的上下文。

语法

HRESULT SetThreadContext (  
    [in] ULONG32 contextSize,  
    [in, length_is(contextSize),  
         size_is(contextSize)] BYTE context[]  
);  

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:1.1、1.0

请参阅