FormatTable(IEnumerable<String>) Constructor

Definition

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

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

Applies to