C# Class Microsoft.PowerShell.Commands.RemoveVariableCommand

Inheritance: VariableCommandBase
Afficher le fichier Open project: Pash-Project/Pash

Private Properties

Свойство Type Description
CheckVariableCanBeRemoved void
GetQualifiedVariableName string
IsExcluded bool

Méthodes publiques

Méthode Description
RemoveVariableCommand ( ) : System

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Private Methods

Méthode Description
CheckVariableCanBeRemoved ( PSVariable variable ) : void
GetQualifiedVariableName ( PSVariable variable ) : string
IsExcluded ( PSVariable variable ) : bool

Method Details

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void

RemoveVariableCommand() public méthode

public RemoveVariableCommand ( ) : System
Résultat System