This topic has not yet been rated - Rate this topic

InternalCommand Class

Serves as the base class for the Cmdlet class.


Namespace: System.Management.Automation.Internal
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As InternalCommand

[DebuggerDisplayAttribute("Command = {commandInfo}")] 
public abstract class InternalCommand
/** @attribute DebuggerDisplayAttribute("Command = {commandInfo}") */ 
public abstract class InternalCommand
DebuggerDisplayAttribute("Command = {commandInfo}") 
public abstract class InternalCommand

When creating cmdlets, use only the Cmdlet class or a class that is derived from that class. The InternalCommand class should never be used directly.


System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.