TypeTable(IEnumerable<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Path {0} is not fully qualified. Specify a fully qualified type file path.
- There were errors loading TypeTable. Look in the Errors property to get detailed error messages.