Search Results for

    Show / Hide Table of Contents

    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
    System.Type returnType
    System.Type[] inputTypes
    Returns
    Type Description
    System.Type

    PredictEventNodeType(int)

    Declaration
    public static Type PredictEventNodeType(int parametersLength)
    Parameters
    Type Name Description
    int parametersLength
    Returns
    Type Description
    System.Type

    PredictEventNodeType(MethodInfo)

    Declaration
    public static Type PredictEventNodeType(MethodInfo methodInfo)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo methodInfo
    Returns
    Type Description
    System.Type

    PredictFunctionNodeType(MethodInfo)

    Declaration
    public static Type PredictFunctionNodeType(MethodInfo methodInfo)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo methodInfo
    Returns
    Type Description
    System.Type
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX