TypeTable Class

Definition

A class that keeps the information from types.ps1xml files in a cache table.

public ref class TypeTable sealed
public sealed class TypeTable
type TypeTable = class
Public NotInheritable Class TypeTable
Inheritance
TypeTable

Constructors

TypeTable(IEnumerable<String>)

Constructor that creates a TypeTable from a set of type files.

Methods

AddType(TypeData)

Update the TypeTable by adding a TypeData instance.

Clone(Boolean)

Clone the TypeTable by doing a shallow copy of all the members.

GetDefaultTypeFiles()

Gets the default types files available in PowerShell.

LoadDefaultTypeFiles()

Load types.ps1xml, typesv3.ps1xml into the typetable.

RemoveType(String)

Remove all type information related to the type name.

Applies to