ModuleType Enum

Definition

Indicates the type of a module.

public enum ModuleType
Inheritance
ModuleType

Fields

Binary

Indicates that this is compiled .dll containing cmdlet definitions.

Cim

Indicates that this is cmdlets-over-objects module (a powershell file with a .CDXML extension)

Manifest

Indicates that this module entry was derived from a module manifest and may have child modules.

Script

Indicates that this is a script module (a powershell file with a .PSM1 extension)

Workflow

Indicates that this is workflow module (a powershell file with a .XAML extension)