Here you will find a list of the PowerShell class library namespaces as well as brief description each.
Class Library Namespaces:
Microsoft.PowerShell
This contains the Classes used to manage PowerShell.
Microsoft.PowerShell.Commands
This contains the Classes for the various cmdlets and PowerShell providers that are provided by PowerShell as well as any types that are associated with them.
Microsoft.PowerShell.Commands.Internal.Format
This contains all the base Classes for your formatting cmdlets provided by PowerShell.
System.Management.Automation
This is the Root namespace for Windows PowerShell and contains classes and interfaces.
System.Management.Automation.Host
This contains the classes and interfaces that cmdlets use to interact with the Host application user.
System.Management.Automation.Internal
This contains the base Classes that define members for the PowerShell namespace Classes.
System.Management.Automation.Provider
This contains classes and interfaces used to implement Windows PowerShell providers.
System.Management.Automation.Runspaces
This contains the classes and interfaces used to create a Windows PowerShell runspace.
No Comments