Search Results for

    Show / Hide Table of Contents

    Class ExecutableReflection<TTarget>

    Inheritance
    object
    ExecutableReflection
    ExecutableReflection<TTarget>
    Inherited Members
    ExecutableReflection.GetFunction(MethodInfo)
    ExecutableReflection.RegisterReflection<T>(ExecutableReflection)
    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
    MethodInfo methodInfo
    Returns
    Type Description
    ExecutableFunction
    Overrides
    ExecutableReflection.GetFunction_Imp(MethodInfo)

    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
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX