This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As ModuleType

public enum ModuleType
public enum ModuleType
public enum ModuleType
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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)