Compartilhar via


Interface ICorDebugILFrame2

Uma extensão lógica do ICorDebugILFrame interface.

interface ICorDebugILFrame2 : IUnknown {
        
    HRESULT EnumerateTypeParameters (
        [out] ICorDebugTypeEnum    **ppTyParEnum
    );
        
    HRESULT RemapFunction (
        [in] ULONG32               newILOffset
    );
        
};

Métodos

Método

Descrição

Método ICorDebugILFrame2::EnumerateTypeParameters

Obtém um ICorDebugTypeEnum objeto que contém o Type parâmetros nesta quadro.

Método ICorDebugILFrame2::RemapFunction

Remapeia uma função editada, especificando o novo deslocamento MSIL.

Requisitos

Plataformas: See Requisitos de sistema do .NET framework.

Cabeçalho: CorDebug.idl

Biblioteca: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3,5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Consulte também

Referência

Interface ICorDebugILFrame

Outros recursos

Interfaces de depuração