다음을 통해 공유


RelatedAssemblyAttribute 클래스

정의

MVC의 어셈블리 검색 메커니즘의 일부로 로드할 어셈블리를 지정합니다.

public ref class RelatedAssemblyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class RelatedAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RelatedAssemblyAttribute = class
    inherit Attribute
Public NotInheritable Class RelatedAssemblyAttribute
Inherits Attribute
상속
RelatedAssemblyAttribute
특성

생성자

RelatedAssemblyAttribute(String)

RelatedAssemblyAttribute의 새 인스턴스를 초기화합니다.

속성

AssemblyFileName

확장명 없이 어셈블리 파일 이름을 가져옵니다.

메서드

GetRelatedAssemblies(Assembly, Boolean)

에서 지정한 인스턴스를 RelatedAssemblyAttribute가져옵니다Assembly.

적용 대상