Compartilhar via


Método ICorDebugRegisterSet::SetThreadContext

SetThreadContext não é implementado.

Observação

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

Sintaxe

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

Requirements

Plataformas: Consulte sistemas operacionais com suporte do .NET.

Cabeçalho: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versões do .NET: 1.1, 1.0

Consulte também