C# Class Microsoft.PowerShell.Commands.NewVariableCommand

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

Private Properties

Свойство Type Description
VariableAlreadyExists bool
WriteVariableAlreadyExistsError void

Méthodes publiques

Méthode Description
NewVariableCommand ( ) : System

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Private Methods

Méthode Description
VariableAlreadyExists ( PSVariable variable ) : bool
WriteVariableAlreadyExistsError ( PSVariable variable ) : void

Method Details

NewVariableCommand() public méthode

public NewVariableCommand ( ) : System
Résultat System

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void