Assembly.ExportedTypes Property

Definition

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

public:
 virtual property System::Collections::Generic::IEnumerable<Type ^> ^ ExportedTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Type> ExportedTypes { get; }
member this.ExportedTypes : seq<Type>
Public Overridable ReadOnly Property ExportedTypes As IEnumerable(Of Type)

Property Value

A collection of the public types defined in this assembly that are visible outside the assembly.

Applies to