ModuleCmdletBase.BuiltInModules Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)