FormatTable Class

Definition

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.

Applies to