C# Class FOnline.REPL

Inheritance: IDisposable
显示文件 Open project: wladimiiir/vault112 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetCompletions ( string line ) : string[]
Process ( ) : void
REPL ( ) : System

Private Methods

Method Description
AllocConsole ( ) : bool
FreeConsole ( ) : bool
Init ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetCompletions() public method

public GetCompletions ( string line ) : string[]
line string
return string[]

Process() public method

public Process ( ) : void
return void

REPL() public method

public REPL ( ) : System
return System