Search Results for

    Show / Hide Table of Contents

    Class ShellCommandEntry

    Inheritance
    object
    ShellCommandEntry
    Implements
    IData
    IHasId<string>
    IHasName
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    [Serializable]
    public class ShellCommandEntry : IData, IHasId<string>, IHasName

    Properties

    | Edit this page View Source

    AllowExtraArgs

    Declaration
    public bool AllowExtraArgs { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    DefaultArgs

    Declaration
    public string[] DefaultArgs { get; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    Description

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Executable

    Declaration
    public string Executable { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Key

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Gets the name of this object.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OsMask

    Declaration
    public OSMask OsMask { get; }
    Property Value
    Type Description
    OSMask
    | Edit this page View Source

    TimeoutMs

    Declaration
    public int TimeoutMs { get; }
    Property Value
    Type Description
    int

    Implements

    IData
    IHasId<TId>
    IHasName

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    CoreLibTypeExtensions.GetNameOrDash(IData)
    CoreLibTypeExtensions.GetIdOrNull(IHasId<string>)
    CoreLibTypeExtensions.IsNullOrEmptyId(IHasId<string>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation