Class ShellCommandEntry
Inheritance
ShellCommandEntry
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
|
Edit this page
View Source
DefaultArgs
Declaration
public string[] DefaultArgs { get; }
Property Value
|
Edit this page
View Source
Description
Declaration
public string Description { get; }
Property Value
|
Edit this page
View Source
Executable
Declaration
public string Executable { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
public string Id { get; }
Property Value
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
OsMask
Declaration
public OSMask OsMask { get; }
Property Value
|
Edit this page
View Source
TimeoutMs
Declaration
public int TimeoutMs { get; }
Property Value
Implements
Extension Methods