C# Class PsGet.Hosting.PowerShellSession

Inheritance: ISessionStore
Mostrar archivo Open project: anurse/PS-Get Class Usage Examples

Public Methods

Method Description
Get ( string variableName ) : object
PowerShellSession ( System.Management.Automation.PSCmdlet cmdlet ) : System
Set ( string variableName, object value ) : void

Method Details

Get() public method

public Get ( string variableName ) : object
variableName string
return object

PowerShellSession() public method

public PowerShellSession ( System.Management.Automation.PSCmdlet cmdlet ) : System
cmdlet System.Management.Automation.PSCmdlet
return System

Set() public method

public Set ( string variableName, object value ) : void
variableName string
value object
return void