Class ExecutableNodeReflectionHelper
public static class ExecutableNodeReflectionHelper
- Inheritance
-
objectExecutableNodeReflectionHelper
- Inherited Members
-
object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()
Methods
PredictCustomFunctionNodeType(Type, Type[])
public static Type PredictCustomFunctionNodeType(Type returnType, Type[] inputTypes)
Parameters
returnTypeTypeinputTypesType[]
Returns
- Type
PredictEventNodeType(MethodInfo)
public static Type PredictEventNodeType(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Returns
- Type
PredictEventNodeType(int)
public static Type PredictEventNodeType(int parametersLength)
Parameters
parametersLengthint
Returns
- Type
PredictFunctionNodeType(MethodInfo)
public static Type PredictFunctionNodeType(MethodInfo methodInfo)
Parameters
methodInfoMethodInfo
Returns
- Type