C# Class Microsoft.PowerShell.Commands.SetVariableCommand

Inheritance: VariableCommandBase
Mostrar archivo Open project: Pash-Project/Pash

Private Properties

Property Type Description
CheckVariableOptionCanBeChanged void
GetNames IEnumerable
GetVariableValue object
SetVariable System.Management.Automation.PSVariable
SetVariableOptions void

Public Methods

Method Description
SetVariableCommand ( ) : System

Protected Methods

Method Description
EndProcessing ( ) : void
ProcessRecord ( ) : void

Private Methods

Method Description
CheckVariableOptionCanBeChanged ( PSVariable variable ) : void
GetNames ( ) : IEnumerable
GetVariableValue ( ) : object
SetVariable ( string name, object value ) : PSVariable
SetVariableOptions ( PSVariable variable ) : void

Method Details

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

SetVariableCommand() public method

public SetVariableCommand ( ) : System
return System