C# Class Universe.Framework.ConsoleFramework.Commands.CommandSet

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
Path string

Méthodes publiques

Méthode Description
AddCommand ( CommandInfo info ) : void
ExecuteCommand ( string commandPath ) : string[]
FindCommands ( string command ) : string[]
GetHelp ( List options ) : List
Initialize ( string path, bool allowSubSets ) : void

Private Methods

Méthode Description
GetScenes ( CommandInfo cmd ) : List

Method Details

AddCommand() public méthode

public AddCommand ( CommandInfo info ) : void
info CommandInfo
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( string commandPath ) : string[]
commandPath string
Résultat string[]

FindCommands() public méthode

public FindCommands ( string command ) : string[]
command string
Résultat string[]

GetHelp() public méthode

public GetHelp ( List options ) : List
options List
Résultat List

Initialize() public méthode

public Initialize ( string path, bool allowSubSets ) : void
path string
allowSubSets bool
Résultat void

Property Details

Path public_oe property

public string Path
Résultat string