C# Class UlteriusServer.TerminalServer.Cli.PowerShellSession

Inheritance: ICliSession
显示文件 Open project: Ulterius/server

Public Methods

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

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Input() public method

public Input ( string value, int commandCorrelationId ) : void
value string
commandCorrelationId int
return void

PowerShellSession() public method

public PowerShellSession ( ILogger log ) : System
log ILogger
return System