C# Class Microsoft.PowerShell.Commands.RemoveVariableCommand

Inheritance: VariableCommandBase
Mostra file Open project: Pash-Project/Pash

Private Properties

Property Type Description
CheckVariableCanBeRemoved void
GetQualifiedVariableName string
IsExcluded bool

Public Methods

Method Description
RemoveVariableCommand ( ) : System

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
CheckVariableCanBeRemoved ( PSVariable variable ) : void
GetQualifiedVariableName ( PSVariable variable ) : string
IsExcluded ( PSVariable variable ) : bool

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

RemoveVariableCommand() public method

public RemoveVariableCommand ( ) : System
return System