Class ExecutableNodeReflectionHelper
Inheritance
object
ExecutableNodeReflectionHelper
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 static class ExecutableNodeReflectionHelper
Methods
PredictCustomFunctionNodeType(Type, Type[])
Declaration
public static Type PredictCustomFunctionNodeType(Type returnType, Type[] inputTypes)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | returnType | |
| Type[] | inputTypes |
Returns
| Type | Description |
|---|---|
| Type |
PredictEventNodeType(int)
Declaration
public static Type PredictEventNodeType(int parametersLength)
Parameters
| Type | Name | Description |
|---|---|---|
| int | parametersLength |
Returns
| Type | Description |
|---|---|
| Type |
PredictEventNodeType(MethodInfo)
Declaration
public static Type PredictEventNodeType(MethodInfo methodInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.MethodInfo | methodInfo |
Returns
| Type | Description |
|---|---|
| Type |
PredictFunctionNodeType(MethodInfo)
Declaration
public static Type PredictFunctionNodeType(MethodInfo methodInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.MethodInfo | methodInfo |
Returns
| Type | Description |
|---|---|
| Type |