SessionStateTypeEntry
Class
Definition
Type file configuration entry...
public sealed class SessionStateTypeEntry : System.Management.Automation.Runspaces.InitialSessionStateEntry
- Inheritance
Inherited Members
System.Management.Automation.Runspaces.InitialSessionStateEntry
Constructors
| SessionStateTypeEntry(TypeTable) |
Loads all the types specified in the typeTable |
| SessionStateTypeEntry(String) |
Loads all entries from the types file. |
| SessionStateTypeEntry(TypeData, Boolean) |
Loads all entris from the typeData |
Properties
| FileName |
The pathname of the types.ps1xml file. This can be null if TypeTable constructor or TypeData constructor is used. |
| IsRemove |
The operation will be done on the typedata. This is only meaningful when the TypeData constructor is used. |
| TypeData |
The TypeData we want to update with. This can be null if FileName constructor or TypeTable constructor is used. |
| TypeTable |
The TypeTable specified with constructor. This can be null if FileName constructor or TypeData constructor is used. |
Methods
| Clone() |
Shallow-clone this object |