C# Class OpenSim.Framework.Console.ConsoleBase

ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
ConsoleScene object

Protected Properties

Property Type Description
m_defaultPrompt string
prompt string

Public Methods

Method Description
CmdPrompt ( string p ) : string
CmdPrompt ( string p, List excludedCharacters ) : string
CmdPrompt ( string p, string def ) : string
CmdPrompt ( string p, string def, List excludedCharacters ) : string
CmdPrompt ( string prompt, string defaultresponse, List options ) : string
ConsoleBase ( string defaultPrompt ) : System
LockOutput ( ) : void
Output ( string text ) : void
Output ( string text, string level ) : void
PasswdPrompt ( string p ) : string
ReadLine ( string p, bool isCommand, bool e ) : string
UnlockOutput ( ) : void

Method Details

CmdPrompt() public method

public CmdPrompt ( string p ) : string
p string
return string

CmdPrompt() public method

public CmdPrompt ( string p, List excludedCharacters ) : string
p string
excludedCharacters List
return string

CmdPrompt() public method

public CmdPrompt ( string p, string def ) : string
p string
def string
return string

CmdPrompt() public method

public CmdPrompt ( string p, string def, List excludedCharacters ) : string
p string
def string
excludedCharacters List
return string

CmdPrompt() public method

public CmdPrompt ( string prompt, string defaultresponse, List options ) : string
prompt string
defaultresponse string
options List
return string

ConsoleBase() public method

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

LockOutput() public method

public LockOutput ( ) : void
return void

Output() public method

public Output ( string text ) : void
text string
return void

Output() public method

public Output ( string text, string level ) : void
text string
level string
return void

PasswdPrompt() public method

public PasswdPrompt ( string p ) : string
p string
return string

ReadLine() public method

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

UnlockOutput() public method

public UnlockOutput ( ) : void
return void

Property Details

ConsoleScene public_oe property

public object ConsoleScene
return object

m_defaultPrompt protected_oe property

protected string m_defaultPrompt
return string

prompt protected_oe property

protected string prompt
return string