C# Class Microsoft.PowerShell.Commands.NewVariableCommand

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

Private Properties

Property Type Description
VariableAlreadyExists bool
WriteVariableAlreadyExistsError void

Public Methods

Method Description
NewVariableCommand ( ) : System

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
VariableAlreadyExists ( PSVariable variable ) : bool
WriteVariableAlreadyExistsError ( PSVariable variable ) : void

Method Details

NewVariableCommand() public method

public NewVariableCommand ( ) : System
return System

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void