InternalCommand Class
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.
Defines members used by Cmdlets. All Cmdlets must derive from Cmdlet.
public ref class InternalCommand abstract
public abstract class InternalCommand
[System.Diagnostics.DebuggerDisplay("Command = {_commandInfo}")]
public abstract class InternalCommand
type InternalCommand = class
[<System.Diagnostics.DebuggerDisplay("Command = {_commandInfo}")>]
type InternalCommand = class
Public MustInherit Class InternalCommand
- Inheritance
-
InternalCommand
- Derived
- Attributes
Remarks
Only use InternalCommand as a subclass of Cmdlet. Do not attempt to create instances of InternalCommand independently, or to derive other classes than Cmdlet from InternalCommand.
Properties
CommandOrigin |
This property tells you if you were being invoked inside the runspace or if it was an external request. |