C# Class Gobiner.DotNetRepl.Web.ReplConnection

Inheritance: IDisposable
Afficher le fichier Open project: Gobiner/DotNetRepl

Private Properties

Свойство Type Description
Dispose void
Initialize void
ReplConnection System

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
Initialize ( ) : void
ReplConnection ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( string inp ) : string
inp string
Résultat string

KeepAlive() public méthode

public KeepAlive ( ) : void
Résultat void

Kill() public méthode

public Kill ( ) : void
Résultat void

ReplConnection() public méthode

public ReplConnection ( System.Guid id ) : System
id System.Guid
Résultat System