CmdletAttribute Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Identifies a .NET Framework class as a cmdlet, and defines the verb and noun name pair used to invoke the cmdlet.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
System.Management.Automation Namespace
Windows PowerShell SDK
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
[AttributeUsageAttribute(AttributeTargets.Class)] public sealed class CmdletAttribute : CmdletCommonMetadataAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ public final class CmdletAttribute extends CmdletCommonMetadataAttribute
System.Object
System.Attribute
System.Management.Automation.Internal.CmdletMetadataAttribute
System.Management.Automation.CmdletCommonMetadataAttribute
System.Management.Automation.CmdletAttribute
System.Attribute
System.Management.Automation.Internal.CmdletMetadataAttribute
System.Management.Automation.CmdletCommonMetadataAttribute
System.Management.Automation.CmdletAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewReference
CmdletAttribute MembersSystem.Management.Automation Namespace
Other Resources
Windows PowerShell CmdletsWindows PowerShell SDK
Send comments about this topic to Microsoft.