ShowCommandModuleInfo Class

Definition

Implements a facade around PSModuleInfo and its deserialized counterpart.

public class ShowCommandModuleInfo
type ShowCommandModuleInfo = class
Public Class ShowCommandModuleInfo
Inheritance
ShowCommandModuleInfo

Constructors

Name Description
ShowCommandModuleInfo(PSModuleInfo)

Initializes a new instance of the ShowCommandModuleInfo class with the specified CommandInfo.

ShowCommandModuleInfo(PSObject)

Initializes a new instance of the ShowCommandModuleInfo class with the specified PSObject.

Properties

Name Description
Name

Gets the name of this module.

Applies to