ICorDebugRegisterSet::SetThreadContext 方法

SetThreadContext 未实现。

注释

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

Syntax

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

要求

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

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 1.1、1.0

另请参阅