Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
EE
Common
Application
Console
ConsoleInterpreter
C# Class EE.Common.Application.Console.ConsoleInterpreter
ファイルを表示
Open project: BitAlchemists/Elenears-Erben
Class Usage Examples
Public Methods
Method
Description
ConsoleInterpreter
( ) :
System
ProcessLine
(
string
line
) :
void
RegisterCommand
(
ConsoleCommand
command
) :
void
Method Details
ConsoleInterpreter()
public
method
public
ConsoleInterpreter
( ) :
System
return
System
ProcessLine()
public
method
public
ProcessLine
(
string
line
) :
void
line
string
return
void
RegisterCommand()
public
method
public
RegisterCommand
(
ConsoleCommand
command
) :
void
command
ConsoleCommand
return
void