ShowCommandCommandInfo Class

Definition

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.

Applies to