AssemblyBuilder.GetExportedTypes Method

Definition

Gets the exported types defined in this assembly.

public:
 override cli::array <Type ^> ^ GetExportedTypes();
public override Type[] GetExportedTypes ();
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.

Exceptions

This method is not implemented.

The caller does not have the required permission.

Applies to