C# 클래스 System.Reflection.Emit.EnumBuilder

상속: System.Type, _EnumBuilder
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CreateTypeInfo ( ) : System.Reflection.TypeInfo
DefineLiteral ( string literalName, object literalValue ) : System.Reflection.Emit.FieldBuilder
GetArrayRank ( ) : int
GetElementType ( ) : Type
GetGenericParameterConstraints ( ) : System.Type[]
GetGenericTypeDefinition ( ) : Type
IsAssignableFrom ( System typeInfo ) : bool
MakeArrayType ( ) : System.Type
MakeArrayType ( int rank ) : System.Type
MakeByRefType ( ) : System.Type
MakeGenericType ( ) : Type
MakePointerType ( ) : System.Type
SetCustomAttribute ( System customBuilder ) : void
SetCustomAttribute ( System con, byte binaryAttribute ) : void

비공개 메소드들

메소드 설명
EnumBuilder ( )

메소드 상세

CreateTypeInfo() 공개 메소드

public CreateTypeInfo ( ) : System.Reflection.TypeInfo
리턴 System.Reflection.TypeInfo

DefineLiteral() 공개 메소드

public DefineLiteral ( string literalName, object literalValue ) : System.Reflection.Emit.FieldBuilder
literalName string
literalValue object
리턴 System.Reflection.Emit.FieldBuilder

GetArrayRank() 공개 메소드

public GetArrayRank ( ) : int
리턴 int

GetElementType() 공개 메소드

public GetElementType ( ) : Type
리턴 System.Type

GetGenericParameterConstraints() 공개 메소드

public GetGenericParameterConstraints ( ) : System.Type[]
리턴 System.Type[]

GetGenericTypeDefinition() 공개 메소드

public GetGenericTypeDefinition ( ) : Type
리턴 System.Type

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( System typeInfo ) : bool
typeInfo System
리턴 bool

MakeArrayType() 공개 메소드

public MakeArrayType ( ) : System.Type
리턴 System.Type

MakeArrayType() 공개 메소드

public MakeArrayType ( int rank ) : System.Type
rank int
리턴 System.Type

MakeByRefType() 공개 메소드

public MakeByRefType ( ) : System.Type
리턴 System.Type

MakeGenericType() 공개 메소드

public MakeGenericType ( ) : Type
리턴 System.Type

MakePointerType() 공개 메소드

public MakePointerType ( ) : System.Type
리턴 System.Type

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
리턴 void

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
리턴 void