_Assembly.GetExportedTypes Method

Definition

Provides COM objects with version-independent access to the GetExportedTypes() property.

public:
 cli::array <Type ^> ^ GetExportedTypes();
public Type[] GetExportedTypes ();
abstract member GetExportedTypes : unit -> Type[]
Public Function GetExportedTypes () As Type()

Returns

Type[]

An array of Type objects that represent the types defined in this assembly that are visible outside the assembly.

Remarks

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The GetExportedTypes property gets the exported types defined in this assembly that are visible outside the assembly.

Applies to

See also