DependencyAttribute.DependentAssembly プロパティ

定義

依存アセンブリの値を取得します。

public:
 property System::String ^ DependentAssembly { System::String ^ get(); };
public string DependentAssembly { get; }
member this.DependentAssembly : string
Public ReadOnly Property DependentAssembly As String

プロパティ値

依存アセンブリの名前。

注釈

ネイティブ イメージ生成サービスがバインドするアセンブリの名前を取得するには、このプロパティを使用します。

適用対象