C# Class Gobiner.SecureRepl.Repl

Inheritance: IRepl
显示文件 Open project: Gobiner/DotNetRepl

Public Methods

Method Description
KeepAlive ( ) : void
Kill ( ) : void

Private Methods

Method Description
Execute ( string inp ) : string

Method Details

KeepAlive() public method

public KeepAlive ( ) : void
return void

Kill() public method

public Kill ( ) : void
return void