Class ExecutableReflection<TTarget>
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 class ExecutableReflection<TTarget> : ExecutableReflection
Type Parameters
| Name | Description |
|---|---|
| TTarget |
Methods
GetFunction_Imp(MethodInfo)
Declaration
protected override ExecutableFunction GetFunction_Imp(MethodInfo methodInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.MethodInfo | methodInfo |
Returns
| Type | Description |
|---|---|
| ExecutableFunction |
Overrides
GetFunction(ExecutableFunctionType, string, int)
Declaration
public static ExecutableReflection<TTarget>.ExecutableFunction GetFunction(ExecutableFunctionType functionType, string functionName, int parameterCount = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutableFunctionType | functionType | |
| string | functionName | |
| int | parameterCount |
Returns
| Type | Description |
|---|---|
| ExecutableReflection<TTarget>.ExecutableFunction |