Assembly.GetExportedTypes メソッド
このアセンブリで定義されているエクスポート型を取得します。
Public Overridable Function GetExportedTypes() As Type()
[C#]
public virtual Type[] GetExportedTypes();
[C++]
public: virtual Type* GetExportedTypes() [];
[JScript]
public function GetExportedTypes() : Type[];
戻り値
このアセンブリで定義されているエクスポート型を格納している Type 型の配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングで呼び出すときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)