C# Class OpenSim.Framework.Console.CommandConsole

A console that processes commands internally
Inheritance: ConsoleBase
ファイルを表示 Open project: N3X15/VoxelSim

Public Properties

Property Type Description
Commands Commands

Public Methods

Method Description
CommandConsole ( string defaultPrompt ) : System
Prompt ( ) : void

Display a command prompt on the console and wait for user input

ReadLine ( string p, bool isCommand, bool e ) : string
RunCommand ( string cmd ) : void

Private Methods

Method Description
Help ( string module, string cmd ) : void

Method Details

CommandConsole() public method

public CommandConsole ( string defaultPrompt ) : System
defaultPrompt string
return System

Prompt() public method

Display a command prompt on the console and wait for user input
public Prompt ( ) : void
return void

ReadLine() public method

public ReadLine ( string p, bool isCommand, bool e ) : string
p string
isCommand bool
e bool
return string

RunCommand() public method

public RunCommand ( string cmd ) : void
cmd string
return void

Property Details

Commands public_oe property

public Commands,OpenSim.Framework.Console Commands
return Commands