PSModuleInfo.GetExportedTypeDefinitions 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.
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)