Share via


ProcessBaseCommand Class

Definition

This class implements the base for process commands.

public ref class ProcessBaseCommand abstract : System::Management::Automation::Cmdlet
public abstract class ProcessBaseCommand : System.Management.Automation.Cmdlet
type ProcessBaseCommand = class
    inherit Cmdlet
Public MustInherit Class ProcessBaseCommand
Inherits Cmdlet
Inheritance
ProcessBaseCommand
Derived

Constructors

ProcessBaseCommand()

Properties

CommandOrigin

This property tells you if you were being invoked inside the runspace or if it was an external request.

(Inherited from InternalCommand)
CommandRuntime

Holds the command runtime object for this command. This object controls what actually happens when a write is called.

(Inherited from Cmdlet)
CurrentPSTransaction

Gets an object that surfaces the current PowerShell transaction. When this object is disposed, PowerShell resets the active transaction.

(Inherited from Cmdlet)
InputObject

If the input is a stream of [collections of] Process objects, we bypass the Name and Id parameters and read the Process objects directly. This allows us to deal with processes which have wildcard characters in their name.

Stopping

Is this command stopping?

(Inherited from