TypeTable.LoadDefaultTypeFiles Method

Definition

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

public:
 static System::Management::Automation::Runspaces::TypeTable ^ LoadDefaultTypeFiles();
public static System.Management.Automation.Runspaces.TypeTable LoadDefaultTypeFiles ();
static member LoadDefaultTypeFiles : unit -> System.Management.Automation.Runspaces.TypeTable
Public Shared Function LoadDefaultTypeFiles () As TypeTable

Returns

TypeTable.

Exceptions

If caller doesn't have permission to read the PowerShell registry key.

Applies to