SessionStateFormatEntry
Class
Definition
Format file configuration entry...
public sealed class SessionStateFormatEntry : System.Management.Automation.Runspaces.InitialSessionStateEntry
- Inheritance
Inherited Members
System.Management.Automation.Runspaces.InitialSessionStateEntry
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 FileName or FormatTable constructor is used |
| Formattable |
The FormatTable specified with constructor. This can be null if FileName constructor is used. |
Methods
| Clone() |
Shallow-clone this object... |