C# Class System.Management.Automation.CommandParameterSetInfo

A type representing the set of command parameters for a cmdlet.
Show file Open project: JayBazuzi/Pash Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
CommandParameterSetInfo ( string name, bool isDefaultParameterSet, Collection paramsInfo ) : System
GetParameterByName ( string name ) : System.Management.Automation.CommandParameterInfo
GetParameterByPosition ( int position ) : System.Management.Automation.CommandParameterInfo

Method Details

ToString() public method

public ToString ( ) : string
return string