DependencyAttribute.DependentAssembly 속성

정의

종속 어셈블리의 값을 가져옵니다.

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

속성 값

종속 어셈블리의 이름입니다.

설명

네이티브 이미지 생성 서비스에서 바인딩하는 어셈블리의 이름을 반환하려면 이 속성을 사용합니다.

적용 대상