Table of Contents

Class ExecutableReflection<TTarget>

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public class ExecutableReflection<TTarget> : ExecutableReflection

Type Parameters

TTarget
Inheritance
object
ExecutableReflection<TTarget>
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 override ExecutableFunction GetFunction_Imp(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

Returns

ExecutableFunction

GetFunction(ExecutableFunctionType, string, int)

public static ExecutableReflection<TTarget>.ExecutableFunction GetFunction(ExecutableFunctionType functionType, string functionName, int parameterCount = -1)

Parameters

functionType ExecutableFunctionType
functionName string
parameterCount int

Returns

ExecutableReflection<TTarget>.ExecutableFunction