C# Class Microsoft.PowerShell.Commands.ClearVariableCommand

Inheritance: VariableCommandBase
Exibir arquivo Open project: Pash-Project/Pash

Private Properties

Property Type Description
IsExcluded bool

Public Methods

Method Description
ClearVariableCommand ( ) : System

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
IsExcluded ( PSVariable variable ) : bool

Method Details

ClearVariableCommand() public method

public ClearVariableCommand ( ) : System
return System

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void