Search Results for

    Show / Hide Table of Contents

    Class ExecutableFunction.ExecutableAttribute

    Inheritance
    object
    ExecutableFunction.ExecutableAttribute
    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 class ExecutableFunction.ExecutableAttribute

    Constructors

    ExecutableAttribute(MethodInfo)

    Declaration
    public ExecutableAttribute(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo

    Properties

    DisplayTarget

    Declaration
    public bool DisplayTarget { get; }
    Property Value
    Type Description
    bool

    ExecuteInDependency

    Declaration
    public bool ExecuteInDependency { get; }
    Property Value
    Type Description
    bool

    IsNeedResolveReturnType

    Declaration
    public bool IsNeedResolveReturnType { get; }
    Property Value
    Type Description
    bool

    IsScriptMethod

    Declaration
    public bool IsScriptMethod { get; }
    Property Value
    Type Description
    bool

    IsSelfTarget

    Declaration
    public bool IsSelfTarget { get; }
    Property Value
    Type Description
    bool

    ResolveReturnTypeParameter

    Declaration
    public ParameterInfo ResolveReturnTypeParameter { get; }
    Property Value
    Type Description
    ParameterInfo

    ScriptTargetType

    Declaration
    public Type ScriptTargetType { get; }
    Property Value
    Type Description
    Type

    SearchName

    Declaration
    public string SearchName { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX