ICorDebugContext.GetVirtualMethod(UInt32, ICorDebugFunction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetVirtualMethod(System::UInt32 memberRef, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ % ppFunction);
public void GetVirtualMethod (uint memberRef, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction ppFunction);
abstract member GetVirtualMethod : uint32 * ICorDebugFunction -> unit
Public Sub GetVirtualMethod (memberRef As UInteger, ByRef ppFunction As ICorDebugFunction)
Parameters
- memberRef
- UInt32
- ppFunction
- ICorDebugFunction