다음을 통해 공유


GenerateCodeForDeclaringAssemblyAttribute 클래스

정의

원본 생성기가 지정된 형식을 포함하는 어셈블리에 대한 코드도 검사하고 생성해야 했음을 나타냅니다.

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

생성자

GenerateCodeForDeclaringAssemblyAttribute(Type)

GenerateCodeForDeclaringAssemblyAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Type

원본 생성기가 원본을 검사하고 생성해야 하는 어셈블리의 형식을 가져옵니다.

적용 대상

추가 정보