Interface ICorDebugObjectValue2
Estende o ICorDebugObjectValue interface para oferecer suporte a herança e substituições.
interface ICorDebugObjectValue2 : IUnknown {
HRESULT GetVirtualMethodAndType (
[in] mdMemberRef memberRef,
[out] ICorDebugFunction **ppFunction,
[out] ICorDebugType **ppType
);
};
Métodos
Método |
Descrição |
---|---|
GetVirtualMethodAndType não ainda implementado. |
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 ICorDebugObjectValue