ModuleType Enum

Definition

Indicates the type of a module.

public enum class ModuleType
public enum ModuleType
type ModuleType = 
Public Enum ModuleType
Inheritance
ModuleType

Fields

Binary 1

Indicates that this is compiled .dll containing cmdlet definitions.

Cim 3

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

Manifest 2

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

Script 0

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

Workflow 4

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

Applies to