C# Class PsGet.Hosting.PowerShellSession

Inheritance: ISessionStore
Afficher le fichier Open project: anurse/PS-Get Class Usage Examples

Méthodes publiques

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

Method Details

Get() public méthode

public Get ( string variableName ) : object
variableName string
Résultat object

PowerShellSession() public méthode

public PowerShellSession ( System.Management.Automation.PSCmdlet cmdlet ) : System
cmdlet System.Management.Automation.PSCmdlet
Résultat System

Set() public méthode

public Set ( string variableName, object value ) : void
variableName string
value object
Résultat void