次の方法で共有


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 セキュリティ:

参照

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