Show / Hide Table of Contents

    Class FastReflectionHelper

    Inheritance
    System.Object
    FastReflectionHelper
    Namespace: MonoMod.Utils
    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
    Type Description
    FastReflectionDelegate

    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
    Type Description
    FastReflectionDelegate
    Back to top Yet another C# modding swiss army knife.