ICorDebugObjectValue2::GetVirtualMethodAndType メソッド

このメソッドはまだ実装されていません。

構文

HRESULT GetVirtualMethodAndType (  
    [in] mdMemberRef          memberRef,  
    [out] ICorDebugFunction   **ppFunction,  
    [out] ICorDebugType       **ppType  
);  

解説

指定したメンバー参照の最も多く派生したメソッドと型を表す "ICorDebugFunction" および "ICorDebugType" インスタンスへのインターフェイス ポインターを取得します。

関連項目