SessionStateAliasEntry
Class
Definition
public sealed class SessionStateAliasEntry : System.Management.Automation.Runspaces.SessionStateCommandEntry
- Inheritance
-
SessionStateAliasEntry
Inherited Members
System.Management.Automation.Runspaces.ConstrainedSessionStateEntry
System.Management.Automation.Runspaces.InitialSessionStateEntry
System.Management.Automation.Runspaces.SessionStateCommandEntry
Constructors
| SessionStateAliasEntry(String, String) |
Define an alias entry to add to the initial session state |
| SessionStateAliasEntry(String, String, String) |
Define an alias entry to add to the initial session state |
| SessionStateAliasEntry(String, String, String, ScopedItemOptions) |
Define an alias entry to add to the initial session state |
Properties
| Definition |
The string defining the body of this alias... |
| Description |
A string describing this alias... |
| Options |
Options controling scope visiblity and setability for this entry. |
Methods
| Clone() |
Shallow-clone this object... |