SessionStateFormatEntry 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.
Format file configuration entry...
public ref class SessionStateFormatEntry sealed : System::Management::Automation::Runspaces::InitialSessionStateEntry
public sealed class SessionStateFormatEntry : System.Management.Automation.Runspaces.InitialSessionStateEntry
type SessionStateFormatEntry = class
inherit InitialSessionStateEntry
Public NotInheritable Class SessionStateFormatEntry
Inherits InitialSessionStateEntry
- Inheritance
Constructors
SessionStateFormatEntry(ExtendedTypeDefinition) |
Loads all the format data specified in the typeDefinition. |
SessionStateFormatEntry(FormatTable) |
Loads all the format data specified in the formatTable. |
SessionStateFormatEntry(String) |
Loads the entire formats file. |
Properties
FileName |
The name of the format file referenced by this entry... |
FormatData |
The FormatData specified with constructor. This can be null if the FileName or FormatTable constructors are used. |
Formattable |
The FormatTable specified with constructor. This can be null if FileName 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) |
Methods
Clone() |
Shallow-clone this object... |