ICorDebugModule.GetFunctionFromToken(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 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