Class FastReflectionHelper
Inheritance
System.Object
FastReflectionHelper
Assembly: MonoMod.Utils.dll
Syntax
public static class FastReflectionHelper : Object
Methods
CreateFastDelegate(MethodInfo, Boolean)
Declaration
public static FastReflectionDelegate CreateFastDelegate(this MethodInfo method, bool directBoxValueAccess = true)
Parameters
Type |
Name |
Description |
System.Reflection.MethodInfo |
method |
|
System.Boolean |
directBoxValueAccess |
|
Returns
GetFastDelegate(MethodInfo, Boolean)
Declaration
public static FastReflectionDelegate GetFastDelegate(this MethodInfo method, bool directBoxValueAccess = true)
Parameters
Type |
Name |
Description |
System.Reflection.MethodInfo |
method |
|
System.Boolean |
directBoxValueAccess |
|
Returns