C# Class FOnline.REPL

Inheritance: IDisposable
Afficher le fichier Open project: wladimiiir/vault112 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetCompletions ( string line ) : string[]
Process ( ) : void
REPL ( ) : System

Private Methods

Méthode Description
AllocConsole ( ) : bool
FreeConsole ( ) : bool
Init ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCompletions() public méthode

public GetCompletions ( string line ) : string[]
line string
Résultat string[]

Process() public méthode

public Process ( ) : void
Résultat void

REPL() public méthode

public REPL ( ) : System
Résultat System