SessionStateCommandEntry Class

Definition

Command class so that all the commands can derive off this one. Adds the flexibility of adding addditional derived class, such as ProxyCommand for Exchange. Derived classes - Alias, Application, Cmdlet, Function, Script.

public abstract class SessionStateCommandEntry : System.Management.Automation.Runspaces.ConstrainedSessionStateEntry
Inheritance
Derived

Inherited Members

System.Management.Automation.Runspaces.ConstrainedSessionStateEntry

System.Management.Automation.Runspaces.InitialSessionStateEntry

Constructors

SessionStateCommandEntry(String)

Base constructor for all SessionState commands.

SessionStateCommandEntry(String, SessionStateEntryVisibility)

Properties

CommandType

Returns the type of the command using an enum instead of requiring a full reflection type check.