FormatTable(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 FormatTable from a set of format files.
public:
FormatTable(System::Collections::Generic::IEnumerable<System::String ^> ^ formatFiles);
public FormatTable (System.Collections.Generic.IEnumerable<string> formatFiles);
new System.Management.Automation.Runspaces.FormatTable : seq<string> -> System.Management.Automation.Runspaces.FormatTable
Public Sub New (formatFiles As IEnumerable(Of String))
Parameters
- formatFiles
- IEnumerable<String>
Format files to load for format information.
Exceptions
- Path {0} is not fully qualified. Specify a fully qualified type file path.
- There were errors loading Formattable. Look in the Errors property to get detailed error messages.