次の方法で共有


Assembly.GetReferencedAssemblies メソッド

このアセンブリが参照するすべてのアセンブリの AssemblyName オブジェクトを取得します。

Public Function GetReferencedAssemblies() As AssemblyName()
[C#]
public AssemblyName[] GetReferencedAssemblies();
[C++]
public: AssemblyName* GetReferencedAssemblies() [];
[JScript]
public function GetReferencedAssemblies() : AssemblyName[];

戻り値

このアセンブリが参照するすべてのアセンブリを格納している AssemblyName 型の配列。

必要条件

プラットフォーム: 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 名前空間