Partilhar via


Método ICorDebugRegisterSet::SetThreadContext

SetThreadContextnão é implementado no .NET Framework versão 2.0. Não chame este método.

Nota

Utilize a operação de nível superior ICorDebugNativeFrame::SetIP para definir o contexto de um thread.

Syntax

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

Requisitos

Plataformas: Veja Requisitos do Sistema.

Cabeçalho: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

.NET Framework Versões: 1.1, 1.0

Ver também