ModuleCmdletBase.BuiltInModules Field

Definition

List of PowerShell built-in modules that are shipped with PowerShell only, not on PS Gallery.

protected static readonly System.Collections.Generic.HashSet<string> BuiltInModules;
 staticval mutable BuiltInModules : System.Collections.Generic.HashSet<string>
Protected Shared ReadOnly BuiltInModules As HashSet(Of String) 

Field Value

Applies to