Compartilhar via


Interface ICorDebugValueBreakpoint

Estende o ICorDebugBreakpoint interface para fornecer acesso aos valores específicos.

interface ICorDebugValueBreakpoint : ICorDebugBreakpoint {
        
    HRESULT GetValue (
        [out] ICorDebugValue   **ppValue
    );
        
};

Métodos

Método

Descrição

Método ICorDebugValueBreakpoint::GetValue

Obtém um ponteiro de interface para um ICorDebugValue objeto que representa o valor do objeto no qual o ponto de interrupção está conjunto.

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, 1.1, 1.0

Consulte também

Referência

Interface ICorDebugBreakpoint

Outros recursos

Interfaces de depuração