C# Class Microsoft.PowerShell.Commands.VariableCommandBase

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

Private Properties

Property Type Description
GetActivityName string
GetVariable System.Management.Automation.PSVariable
GetVariablesUsingWildcard IEnumerable
IsMatch bool

Protected Methods

Method Description
CheckVariableCanBeChanged ( PSVariable variable, bool force ) : void
GetVariables ( string name ) : IEnumerable
IsExcluded ( string variableName ) : bool
WriteError ( SessionStateException ex ) : void
WriteVariableNotFoundError ( string name ) : void

Private Methods

Method Description
GetActivityName ( ) : string
GetVariable ( string name ) : PSVariable
GetVariablesUsingWildcard ( string pattern ) : IEnumerable
IsMatch ( string name, string variableName ) : bool

Method Details

CheckVariableCanBeChanged() protected method

protected CheckVariableCanBeChanged ( PSVariable variable, bool force ) : void
variable System.Management.Automation.PSVariable
force bool
return void

GetVariables() protected method

protected GetVariables ( string name ) : IEnumerable
name string
return IEnumerable

IsExcluded() protected method

protected IsExcluded ( string variableName ) : bool
variableName string
return bool

WriteError() protected method

protected WriteError ( SessionStateException ex ) : void
ex System.Management.Automation.SessionStateException
return void

WriteVariableNotFoundError() protected method

protected WriteVariableNotFoundError ( string name ) : void
name string
return void