TypeDelegator.Assembly プロパティ

定義

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

public:
 virtual property System::Reflection::Assembly ^ Assembly { System::Reflection::Assembly ^ get(); };
public override System.Reflection.Assembly Assembly { get; }
member this.Assembly : System.Reflection.Assembly
Public Overrides ReadOnly Property Assembly As Assembly

プロパティ値

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

注釈

アセンブリは、共通言語ランタイムの配置単位です。 アセンブリは、要求を解決するための名前空間を確立し、外部で公開されるリソースと、アセンブリ内からアクセスできるリソースを決定します。 共通言語ランタイムは、実行中のオブジェクトのアセンブリを決定して見つけることができます。

適用対象