Assembly.GetExportedTypes Method ()
.NET Framework (current version)
Gets the public types defined in this assembly that are visible outside the assembly.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Type[]An array that represents the types defined in this assembly that are visible outside the assembly.
Implements
_Assembly.GetExportedTypes()| Exception | Condition |
|---|---|
| NotSupportedException | The assembly is a dynamic assembly. |
The only types visible outside an assembly are public types and public types nested within other public types.
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: