次の方法で共有


AssemblyCatalog.Assembly プロパティ

定義

属性付きの型がアセンブリ カタログに格納されているアセンブリを取得します。

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

プロパティ値

属性付きの Type オブジェクトが AssemblyCatalog に格納されているアセンブリ。

適用対象