Search Results for

    Show / Hide Table of Contents

    Class ExecutableFunction

    Inheritance
    object
    ExecutableFunction
    ExecutableReflection<TTarget>.ExecutableFunction
    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 abstract class ExecutableFunction

    Constructors

    ExecutableFunction(MethodInfo)

    Declaration
    protected ExecutableFunction(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    Fields

    MethodInfo

    Declaration
    public readonly MethodInfo MethodInfo
    Field Value
    Type Description
    MethodInfo

    Methods

    GetFunctionName(MethodInfo, bool)

    Declaration
    public static string GetFunctionName(MethodInfo methodInfo, bool richText = true)
    Parameters
    Type Name Description
    MethodInfo methodInfo
    bool richText
    Returns
    Type Description
    string
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX