C# Класс OpenSim.Framework.Console.MockConsole

This is a Fake console that's used when setting up the Scene in Unit Tests Don't use this except for Unit Testing or you're in for a world of hurt when the sim gets to ReadLine
Наследование: CommandConsole
Показать файл Открыть проект

Открытые методы

Метод Описание
LockOutput ( ) : void
MockConsole ( string defaultPrompt ) : System
Output ( string text ) : void
Output ( string text, string level ) : void
ReadLine ( string p, bool isCommand, bool e ) : string
UnlockOutput ( ) : void

Описание методов

LockOutput() публичный Метод

public LockOutput ( ) : void
Результат void

MockConsole() публичный Метод

public MockConsole ( string defaultPrompt ) : System
defaultPrompt string
Результат System

Output() публичный Метод

public Output ( string text ) : void
text string
Результат void

Output() публичный Метод

public Output ( string text, string level ) : void
text string
level string
Результат void

ReadLine() публичный Метод

public ReadLine ( string p, bool isCommand, bool e ) : string
p string
isCommand bool
e bool
Результат string

UnlockOutput() публичный Метод

public UnlockOutput ( ) : void
Результат void