次の方法で共有


TypeDelegator.Assembly プロパティ

実装されている型のアセンブリを取得します。

Overrides Public ReadOnly Property Assembly As Assembly
[C#]
public override Assembly Assembly {get;}
[C++]
public: __property Assembly* get_Assembly();
[JScript]
public override function get Assembly() : Assembly;

プロパティ値

実装されている型のアセンブリを表す System.Reflection.Assembly オブジェクト。

解説

アセンブリは、共通言語ランタイムでの配置単位です。アセンブリは、要求を解決する名前空間を確立し、外部に公開するリソースとアセンブリからアクセスできるリソースを決定します。共通言語ランタイムは、実行中オブジェクトのアセンブリの判断と検索ができます。

必要条件

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

参照

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