Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
EE
Common
Application
Console
ConsoleInterpreter
C# Class EE.Common.Application.Console.ConsoleInterpreter
Afficher le fichier
Open project: BitAlchemists/Elenears-Erben
Class Usage Examples
Méthodes publiques
Méthode
Description
ConsoleInterpreter
( ) :
System
ProcessLine
(
string
line
) :
void
RegisterCommand
(
ConsoleCommand
command
) :
void
Method Details
ConsoleInterpreter()
public
méthode
public
ConsoleInterpreter
( ) :
System
Résultat
System
ProcessLine()
public
méthode
public
ProcessLine
(
string
line
) :
void
line
string
Résultat
void
RegisterCommand()
public
méthode
public
RegisterCommand
(
ConsoleCommand
command
) :
void
command
ConsoleCommand
Résultat
void