PSModuleInfo.GetExportedTypeDefinitions Method

Definition

Lists the types (PowerShell classes, enums, interfaces) exported by this module. This returns ASTs for types, created in parse time.

public:
 System::Collections::ObjectModel::ReadOnlyDictionary<System::String ^, System::Management::Automation::Language::TypeDefinitionAst ^> ^ GetExportedTypeDefinitions();
public System.Collections.ObjectModel.ReadOnlyDictionary<string,System.Management.Automation.Language.TypeDefinitionAst> GetExportedTypeDefinitions ();
member this.GetExportedTypeDefinitions : unit -> System.Collections.ObjectModel.ReadOnlyDictionary<string, System.Management.Automation.Language.TypeDefinitionAst>
Public Function GetExportedTypeDefinitions () As ReadOnlyDictionary(Of String, TypeDefinitionAst)

Returns

Applies to