ICorDebugModule.GetFunctionFromToken(UInt32, ICorDebugFunction) Method

Definition

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

Parameters

methodDef
UInt32
ppFunction
ICorDebugFunction

Applies to