FormatTable
Class
Definition
A class that keeps the information from format.ps1xml files in a cache table
public sealed 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. |