FormatTable 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.
A class that keeps the information from format.ps1xml files in a cache table.
public ref class FormatTable sealed
public sealed class FormatTable
type FormatTable = class
Public NotInheritable Class FormatTable
- Inheritance
-
FormatTable
Constructors
FormatTable(IEnumerable<String>) |
Constructor that creates a FormatTable from a set of format files. |
Methods
AppendFormatData(IEnumerable<ExtendedTypeDefinition>) |
Append the formatData to the list of formatting configurations, and update the entire formatting database. |
LoadDefaultFormatFiles() |
Returns a format table instance with all default format files loaded. |
PrependFormatData(IEnumerable<ExtendedTypeDefinition>) |
Prepend the formatData to the list of formatting configurations, and update the entire formatting database. |