Class ExecutableReflection
Runtime reflection helper for executable functions
public abstract class ExecutableReflection
- Inheritance
-
ExecutableReflection
- Derived
- Inherited Members
Constructors
ExecutableReflection()
protected ExecutableReflection()
Methods
GetFunction(MethodInfo)
Get ExecutableFunction from MethodInfo
public static ExecutableFunction GetFunction(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Returns
GetFunction_Imp(MethodInfo)
protected abstract ExecutableFunction GetFunction_Imp(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Returns
RegisterReflection<T>(ExecutableReflection)
protected static void RegisterReflection<T>(ExecutableReflection instance)
Parameters
instanceExecutableReflection
Type Parameters
T