ShowCommandCommandInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements a facade around CommandInfo and its deserialized counterpart.
public class ShowCommandCommandInfo
type ShowCommandCommandInfo = class
Public Class ShowCommandCommandInfo
- Inheritance
-
ShowCommandCommandInfo
Constructors
| Name | Description |
|---|---|
| ShowCommandCommandInfo(CommandInfo) |
Initializes a new instance of the ShowCommandCommandInfo class with the specified CommandInfo. |
| ShowCommandCommandInfo(PSObject) |
Initializes a new instance of the ShowCommandCommandInfo class with the specified PSObject. |
Properties
| Name | Description |
|---|---|
| CommandType |
An enumeration of the command types this command belongs to. |
| Definition |
A string representing the definition of the command. |
| Module |
A reference to the module the command came from. |
| ModuleName |
A string representing module the command belongs to. |
| Name |
A string representing the definition of the command. |
| ParameterSets |
A string representing the definition of the command. |