Edit

Share via


AssemblyBuilder.GetExportedTypes Method

Definition

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

Type[]

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.

Applies to