System.Reflection.Assembly.GetExportedTypes Method

Gets the public types defined in this assembly that are visible outside the assembly.

Syntax

public virtual Type[] GetExportedTypes ()

Returns

An array that represents the types defined in this assembly that are visible outside the assembly.

Remarks

The only types visible outside an assembly are public types and public types nested within other public types.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0