C# Class Microsoft.PowerShell.Commands.GetVariableCommand

Inheritance: System.Management.Automation.PSCmdlet
Mostrar archivo Open project: Pash-Project/Pash

Private Properties

Property Type Description
GetAllVariables IEnumerable
GetAllVariablesByName IEnumerable
GetVariables IEnumerable
WriteVariable void

Public Methods

Method Description
GetVariableCommand ( ) : System

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
GetAllVariables ( ) : IEnumerable
GetAllVariablesByName ( ) : IEnumerable
GetVariables ( ) : IEnumerable
WriteVariable ( PSVariable variable ) : void

Method Details

GetVariableCommand() public method

public GetVariableCommand ( ) : System
return System

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void