Table of Contents

Method GetFastInvoker

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetFastInvoker(MethodBase)

public static FastReflectionHelper.FastInvoker GetFastInvoker(this MethodBase method)

Parameters

method MethodBase

Returns

FastReflectionHelper.FastInvoker

GetFastInvoker(FieldInfo)

public static FastReflectionHelper.FastInvoker GetFastInvoker(this FieldInfo field)

Parameters

field FieldInfo

Returns

FastReflectionHelper.FastInvoker

GetFastInvoker(MemberInfo)

public static FastReflectionHelper.FastInvoker GetFastInvoker(this MemberInfo member)

Parameters

member MemberInfo

Returns

FastReflectionHelper.FastInvoker