SessionStateTypeEntry 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.
Type file configuration entry...
public ref class SessionStateTypeEntry sealed : System::Management::Automation::Runspaces::InitialSessionStateEntry
public sealed class SessionStateTypeEntry : System.Management.Automation.Runspaces.InitialSessionStateEntry
type SessionStateTypeEntry = class
inherit InitialSessionStateEntry
Public NotInheritable Class SessionStateTypeEntry
Inherits InitialSessionStateEntry
- Inheritance
Constructors
SessionStateTypeEntry(String) |
Loads all entries from the types file. |
SessionStateTypeEntry(TypeData, Boolean) |
Loads all entries from the typeData. |
SessionStateTypeEntry(TypeTable) |
Loads all the types specified in the typeTable. |
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. |
Module |
The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) |
Name |
The name of this entry. (Inherited from InitialSessionStateEntry) |
PSSnapIn |
The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) |
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. |