Method GetNativeMethodBody
GetNativeMethodBody(MethodBase)
Gets the native method body for a method.
public nint GetNativeMethodBody(MethodBase method)
Parameters
methodMethodBase- The method to get the body of.
Returns
- nint
- A pointer to the native method body of the method.