CmdletInfo
Class
Definition
The command information for MSH cmdlets that are directly executable by MSH
public class CmdletInfo : System.Management.Automation.CommandInfo
- Inheritance
Inherited Members
System.Management.Automation.CommandInfo
Constructors
| CmdletInfo(String, Type) |
Directly create a cmdlet object from a type. This allows unregistered commands to be called. It also allows the overhead of command discovery to be bypassed. |
Properties
| DefaultParameterSet |
Gets the name of the default parameter set. |
| Definition |
Gets the synopsis of the cmdlet |
| HelpFile |
Gets the help file path for the cmdlet. |
| ImplementingType |
Gets the type that implements the cmdlet |
| Noun |
Gets the noun of the cmdlet. |
| Options |
Gets or sets the scope options for the alias |
| OutputType |
Return the output types specified on the cmdlet. |
| PSSnapIn |
Gets the Snap-in in which the cmdlet is implemented. |
| Verb |
Gets the verb of the cmdlet |
| Version | |