C# Class Gobiner.SecureRepl.ProcessWrapper

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Execute ( string inp ) : string
KeepAlive ( ) : void
Kill ( ) : void
ProcessWrapper ( ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

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

ProcessWrapper() public méthode

public ProcessWrapper ( ) : System
Résultat System