Class MonoExtensions

Contains unofficial extensions to the underlying Mono runtime.

Inheritance
System.Object MonoExtensions
Inherited Members
System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone() System.Object.ReferenceEquals(System.Object, System.Object) System.Object.ToString()
Namespace: BepInEx
Assembly: BepInEx.IL2CPP.dll
Syntax
public static class MonoExtensions

Methods

GetFunctionPointerForDelegate(Delegate, CallingConvention)

Declaration
public static IntPtr GetFunctionPointerForDelegate(Delegate d, CallingConvention conv)
Parameters
Type Name Description
System.Delegate d
System.Runtime.InteropServices.CallingConvention conv
Returns
Type Description
System.IntPtr