다음을 통해 공유


SkipCodeGenerationAttribute 클래스

정의

코드 생성기에 어셈블리를 생성해서는 안 됨을 알리는 특성입니다.

[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class SkipCodeGenerationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type SkipCodeGenerationAttribute = class
    inherit Attribute
Public Class SkipCodeGenerationAttribute
Inherits Attribute
상속
SkipCodeGenerationAttribute
특성

생성자

SkipCodeGenerationAttribute()

코드 생성기에 어셈블리를 생성해서는 안 됨을 알리는 특성입니다.

적용 대상