ICorDebugModule.GetFunctionFromRVA(UInt64, ICorDebugFunction) Method

Definition

public:
 void GetFunctionFromRVA(System::UInt64 rva, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ % ppFunction);
public void GetFunctionFromRVA (ulong rva, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction ppFunction);
abstract member GetFunctionFromRVA : uint64 * ICorDebugFunction -> unit
Public Sub GetFunctionFromRVA (rva As ULong, ByRef ppFunction As ICorDebugFunction)

Parameters

rva
UInt64
ppFunction
ICorDebugFunction

Applies to