TypeTable(IEnumerable<String>) Constructor

Definition

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

public:
 TypeTable(System::Collections::Generic::IEnumerable<System::String ^> ^ typeFiles);
public TypeTable (System.Collections.Generic.IEnumerable<string> typeFiles);
new System.Management.Automation.Runspaces.TypeTable : seq<string> -> System.Management.Automation.Runspaces.TypeTable
Public Sub New (typeFiles As IEnumerable(Of String))

Parameters

typeFiles
IEnumerable<String>

Type files to load for type information.

Exceptions

  1. Path {0} is not fully qualified. Specify a fully qualified type file path.
  1. There were errors loading TypeTable. Look in the Errors property to get detailed error messages.

Applies to