Class ExecutableReflection
Runtime reflection helper for executable functions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class ExecutableReflection
Methods
GetFunction_Imp(MethodInfo)
Declaration
protected abstract ExecutableFunction GetFunction_Imp(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
ExecutableFunction |
GetFunction(MethodInfo)
Get ExecutableFunction from
Declaration
public static ExecutableFunction GetFunction(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
ExecutableFunction |
RegisterReflection<T>(ExecutableReflection)
Declaration
protected static void RegisterReflection<T>(ExecutableReflection instance)
Parameters
Type | Name | Description |
---|---|---|
ExecutableReflection | instance |
Type Parameters
Name | Description |
---|---|
T |