Table of Contents

Method GetNativeMethodBody

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

GetNativeMethodBody(MethodBase)

Gets the native method body for a method.
public nint GetNativeMethodBody(MethodBase method)

Parameters

method MethodBase
The method to get the body of.

Returns

nint
A pointer to the native method body of the method.