ControlPanelItemBaseCommand Class

This class implements the base for ControlPanelItem commands.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As ControlPanelItemBaseCommand

Syntax

'Declaration
Public MustInherit Class ControlPanelItemBaseCommand
    Inherits PSCmdlet
public abstract class ControlPanelItemBaseCommand : PSCmdlet
public ref class ControlPanelItemBaseCommand abstract : public PSCmdlet
public abstract class ControlPanelItemBaseCommand extends PSCmdlet
public abstract class ControlPanelItemBaseCommand extends PSCmdlet

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
        Microsoft.PowerShell.Commands.ControlPanelItemBaseCommand
           Microsoft.PowerShell.Commands.GetControlPanelItemCommand
           Microsoft.PowerShell.Commands.ShowControlPanelItemCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ControlPanelItemBaseCommand Members
Microsoft.PowerShell.Commands Namespace