ExportedTypes Property

Assembly.ExportedTypes Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overridable ReadOnly Property ExportedTypes As IEnumerable(Of Type)

Property Value

Type: System.Collections.Generic.IEnumerable(Of Type)
A collection of the public types defined in this assembly that are visible outside the assembly.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft