Compartir a través de


ICorDebugThread::GetActiveFrame (Método)

Obtiene un puntero de interfaz al marco activo (más reciente) en este objeto ICorDebugThread.

HRESULT GetActiveFrame (
    [out] ICorDebugFrame   **ppFrame
);

Parámetros

  • ppFrame
    [out] Puntero a la dirección de un objeto de interfaz ICorDebugFrame que representa un marco.

Comentarios

El parámetro ppFrame es NULL si no hay ningún marco actualmente activo.

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Vea también

Referencia

ICorDebugThread (Interfaz)

ICorDebugThread2 (Interfaz)