ModuleType Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the type of module, which is based on the type of root module file. This class is introduced in Windows PowerShell 2.0.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
| Member name | Description |
|---|---|
| Binary | A module whose members are defined within an assembly (.dll), such as a snap-in or a class library that contains cmdlet classes. This field is introduced in Windows PowerShell 2.0. |
| Cim | |
| Manifest | A module that is defined by a module manifest file (.psd1) whose ModulesToProces key is empty. This field is introduced in Windows PowerShell 2.0. |
| Script | A module whose members are defined within a script module file (.psm1). This field is introduced in Windows PowerShell 2.0. |
| Workflow |
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.