C# Class Microsoft.PowerShell.Commands.GetVariableCommand

Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: Pash-Project/Pash

Private Properties

Свойство Type Description
GetAllVariables IEnumerable
GetAllVariablesByName IEnumerable
GetVariables IEnumerable
WriteVariable void

Méthodes publiques

Méthode Description
GetVariableCommand ( ) : System

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Private Methods

Méthode Description
GetAllVariables ( ) : IEnumerable
GetAllVariablesByName ( ) : IEnumerable
GetVariables ( ) : IEnumerable
WriteVariable ( PSVariable variable ) : void

Method Details

GetVariableCommand() public méthode

public GetVariableCommand ( ) : System
Résultat System

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void