Table of Contents

Class ExecutableReflection

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Runtime reflection helper for executable functions

public abstract class ExecutableReflection
Inheritance
object
ExecutableReflection
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

methodInfo MethodInfo

Returns

ExecutableFunction

GetFunction(MethodInfo)

public static ExecutableFunction GetFunction(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

Returns

ExecutableFunction

RegisterReflection<T>(ExecutableReflection)

protected static void RegisterReflection<T>(ExecutableReflection instance)

Parameters

instance ExecutableReflection

Type Parameters

T