C# Class System.Management.Automation.CommandParameterSetInfo

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode 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 méthode

public ToString ( ) : string
Résultat string