ICorDebugModule.GetFunctionFromRVA(UInt64, 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 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