C# Class Gobiner.DotNetRepl.Web.ReplConnection

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

Private Properties

Property Type Description
Dispose void
Initialize void
ReplConnection System

Public Methods

Method Description
Dispose ( ) : void
Execute ( string inp ) : string
KeepAlive ( ) : void
Kill ( ) : void
ReplConnection ( System.Guid id ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void
Initialize ( ) : void
ReplConnection ( ) : System

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

ReplConnection() public method

public ReplConnection ( System.Guid id ) : System
id System.Guid
return System