Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh
0.1.5
Types/Posh.ExtensionCollection/get_Module.ps1
<#
.SYNOPSIS
Gets an extension collection's module
.DESCRIPTION
Gets the module that defines extended types in an extension collection.
#>
return
$this
.
'.Module'