TypeTable.GetDefaultTypeFiles Method
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.
Gets the default types files available in PowerShell.
public:
static System::Collections::Generic::List<System::String ^> ^ GetDefaultTypeFiles();
public static System.Collections.Generic.List<string> GetDefaultTypeFiles ();
static member GetDefaultTypeFiles : unit -> System.Collections.Generic.List<string>
Public Shared Function GetDefaultTypeFiles () As List(Of String)
Returns
List of type files.