다음을 통해 공유


CodeGenerator.OutputTypeAttributes(TypeAttributes, Boolean, Boolean) 메서드

정의

지정된 형식 특성에 대한 코드를 생성합니다.

protected:
 virtual void OutputTypeAttributes(System::Reflection::TypeAttributes attributes, bool isStruct, bool isEnum);
protected virtual void OutputTypeAttributes (System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum);
abstract member OutputTypeAttributes : System.Reflection.TypeAttributes * bool * bool -> unit
override this.OutputTypeAttributes : System.Reflection.TypeAttributes * bool * bool -> unit
Protected Overridable Sub OutputTypeAttributes (attributes As TypeAttributes, isStruct As Boolean, isEnum As Boolean)

매개 변수

attributes
TypeAttributes

코드를 생성할 형식 특성을 나타내는 열거형 값 중 하나입니다.

isStruct
Boolean

형식이 구조체이면 true이고, 그렇지 않으면 false입니다.

isEnum
Boolean

형식이 열거형이면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보