PSModuleInfo.ExportedTypeFiles Property

Definition

The list of types files imported by this module.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ExportedTypeFiles { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ExportedTypeFiles { get; }
member this.ExportedTypeFiles : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ExportedTypeFiles As ReadOnlyCollection(Of String)

Property Value

Applies to