AssemblyBuilder.GetExportedTypes 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 exported types defined in this assembly.
public:
override cli::array <Type ^> ^ GetExportedTypes();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")]
public override Type[] GetExportedTypes();
public override Type[] GetExportedTypes();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")>]
override this.GetExportedTypes : unit -> Type[]
override this.GetExportedTypes : unit -> Type[]
Public Overrides Function GetExportedTypes () As Type()
Returns
An array of Type containing the exported types defined in this assembly.
- Attributes
Exceptions
This method is not implemented.
The caller does not have the required permission.