次の方法で共有


ManifestResourceInfo.ReferencedAssembly プロパティ

マニフェスト リソースを保持しているアセンブリを示します。このプロパティは読み取り専用です。

Public Overridable ReadOnly Property ReferencedAssembly As Assembly
[C#]
public virtual Assembly ReferencedAssembly {get;}
[C++]
public: __property virtual Assembly* get_ReferencedAssembly();
[JScript]
public function get ReferencedAssembly() : Assembly;

プロパティ値

マニフェスト リソースを保持しているアセンブリを表す Assembly オブジェクト。

必要条件

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

参照

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