Bagikan melalui


ICorDebugObjectValue2.GetVirtualMethodAndType Method

Definition

public:
 void GetVirtualMethodAndType(System::UInt32 memberRef, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ % ppFunction, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ % ppType);
public void GetVirtualMethodAndType (uint memberRef, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction ppFunction, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugType ppType);
abstract member GetVirtualMethodAndType : uint32 * ICorDebugFunction * ICorDebugType -> unit
Public Sub GetVirtualMethodAndType (memberRef As UInteger, ByRef ppFunction As ICorDebugFunction, ByRef ppType As ICorDebugType)

Parameters

memberRef
UInt32
ppFunction
ICorDebugFunction
ppType
ICorDebugType

Applies to