Compartir vía


ICorDebugRegisterSet::SetThreadContext (Método)

SetThreadContext no se implementa.

Nota:

Use la operación de nivel superior ICorDebugNativeFrame::SetIP para establecer el contexto de un subproceso.

Syntax

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

Requisitos

Plataformas: Consulte Sistemas operativos compatibles con .NET.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET: 1.1, 1.0

Consulte también