This documentation is archived and is not being maintained.
Assembly.GetExportedTypes Method
.NET Framework 1.1
Gets the exported types defined in this assembly.
[Visual Basic] Public Overridable Function GetExportedTypes() As Type() [C#] public virtual Type[] GetExportedTypes(); [C++] public: virtual Type* GetExportedTypes() []; [JScript] public function GetExportedTypes() : Type[];
Return Value
An array of type Type containing the exported types defined in this assembly.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- ReflectionPermission when invoked late-bound through mechanisms such as Type.InvokeMember. Associated enumeration: ReflectionPermissionFlag.MemberAccess.
See Also
Assembly Class | Assembly Members | System.Reflection Namespace
Show: