| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Outputs a module's extension types
Outputs the extension types defined in a module's manifest.
Outputs a PSObject with information about extension command types. The two primary pieces of information are the .Name and .Pattern.
Aspect.ModuleExtensionType -Module PipeScript # Should -BeOfType ([PSObject])The name of a module, or a module info object.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
| [Object] | true | 1 | true (ByPropertyName) |
Aspect.ModuleExtensionType [-Module] <Object> [<CommonParameters>]| Back | FazBrowse Home | New Git URL |