C# Class Gobiner.SecureRepl.ProcessWrapper

Inheritance: IRepl, IDisposable
Show file Open project: Gobiner/DotNetRepl

Public Methods

Method Description
Dispose ( ) : void
Execute ( string inp ) : string
KeepAlive ( ) : void
Kill ( ) : void
ProcessWrapper ( ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( string inp ) : string
inp string
return string

KeepAlive() public method

public KeepAlive ( ) : void
return void

Kill() public method

public Kill ( ) : void
return void

ProcessWrapper() public method

public ProcessWrapper ( ) : System
return System