C# 클래스 Universe.Framework.ConsoleFramework.Commands.CommandSet

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 프로퍼티들

프로퍼티 타입 설명
Path string

공개 메소드들

메소드 설명
AddCommand ( CommandInfo info ) : void
ExecuteCommand ( string commandPath ) : string[]
FindCommands ( string command ) : string[]
GetHelp ( List options ) : List
Initialize ( string path, bool allowSubSets ) : void

비공개 메소드들

메소드 설명
GetScenes ( CommandInfo cmd ) : List

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( CommandInfo info ) : void
info CommandInfo
리턴 void

ExecuteCommand() 공개 메소드

public ExecuteCommand ( string commandPath ) : string[]
commandPath string
리턴 string[]

FindCommands() 공개 메소드

public FindCommands ( string command ) : string[]
command string
리턴 string[]

GetHelp() 공개 메소드

public GetHelp ( List options ) : List
options List
리턴 List

Initialize() 공개 메소드

public Initialize ( string path, bool allowSubSets ) : void
path string
allowSubSets bool
리턴 void

프로퍼티 상세

Path 공개적으로 프로퍼티

public string Path
리턴 string