C# Class UlteriusServer.TerminalServer.Cli.PowerShellSession

Inheritance: ICliSession
Afficher le fichier Open project: Ulterius/server

Méthodes publiques

Méthode Description
Dispose ( ) : void
Input ( string value, int commandCorrelationId ) : void
PowerShellSession ( ILogger log ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Input() public méthode

public Input ( string value, int commandCorrelationId ) : void
value string
commandCorrelationId int
Résultat void

PowerShellSession() public méthode

public PowerShellSession ( ILogger log ) : System
log ILogger
Résultat System