次の方法で共有


AssemblyBuilder.GetExportedTypes メソッド

このアセンブリで定義されているエクスポート型を取得します。

Overrides Public Function GetExportedTypes() As Type()
[C#]
public override Type[] GetExportedTypes();
[C++]
public: Type* GetExportedTypes() [];
[JScript]
public override function GetExportedTypes() : Type[];

戻り値

このアセンブリで定義されているエクスポート型を格納している Type の配列。

例外

例外の種類 条件
NotSupportedException このメソッドは実装されていません。
SecurityException 呼び出し元に、必要なアクセス許可がありません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

AssemblyBuilder クラス | AssemblyBuilder メンバ | System.Reflection.Emit 名前空間