Class ExecutableReflection
Runtime reflection helper for executable functions
public abstract class ExecutableReflection
- Inheritance
-
objectExecutableReflection
- Derived
- Inherited Members
-
object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()
Methods
GetFunction_Imp(MethodInfo)
protected abstract ExecutableFunction GetFunction_Imp(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Returns
GetFunction(MethodInfo)
Get ExecutableFunction from
public static ExecutableFunction GetFunction(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Returns
RegisterReflection<T>(ExecutableReflection)
protected static void RegisterReflection<T>(ExecutableReflection instance)
Parameters
instanceExecutableReflection
Type Parameters
T