Condividi tramite


Metodo ICorDebugRegisterSet::SetThreadContext

SetThreadContext non è implementato.

Annotazioni

Usare l'operazione di livello superiore ICorDebugNativeFrame::SetIP per impostare il contesto di un thread.

Sintassi

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

Requisiti

Piattaforme: Vedere Sistemi operativi supportati da .NET.

Intestazione: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versioni di .NET: 1.1, 1.0

Vedere anche