Compartir a través de


ICorDebugInternalFrame

Actualización: noviembre 2007

Representa un marco interno del motor en tiempo de ejecución en la pila.

interface ICorDebugInternalFrame : ICorDebugFrame {

    HRESULT GetFrameType (
        [out] CorDebugInternalFrameType  *pType
    );

};

Métodos

Método

Descripción

ICorDebugInternalFrame::GetFrameType (Método)

Obtiene el tipo de este marco interno.

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: CorDebug.idl

Biblioteca: CorGuids.lib

Versiones de .NET Framework: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vea también

Referencia

CorDebugInternalFrameType

Otros recursos

Interfaces para depuración