C# Class System.Reflection.Emit.EnumBuilder

Inheritance: System.Type, _EnumBuilder
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
EnumBuilder ( )

Method Details

CreateTypeInfo() public method

public CreateTypeInfo ( ) : System.Reflection.TypeInfo
return System.Reflection.TypeInfo

DefineLiteral() public method

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

GetArrayRank() public method

public GetArrayRank ( ) : int
return int

GetElementType() public method

public GetElementType ( ) : Type
return System.Type

GetGenericParameterConstraints() public method

public GetGenericParameterConstraints ( ) : System.Type[]
return System.Type[]

GetGenericTypeDefinition() public method

public GetGenericTypeDefinition ( ) : Type
return System.Type

IsAssignableFrom() public method

public IsAssignableFrom ( System typeInfo ) : bool
typeInfo System
return bool

MakeArrayType() public method

public MakeArrayType ( ) : System.Type
return System.Type

MakeArrayType() public method

public MakeArrayType ( int rank ) : System.Type
rank int
return System.Type

MakeByRefType() public method

public MakeByRefType ( ) : System.Type
return System.Type

MakeGenericType() public method

public MakeGenericType ( ) : Type
return System.Type

MakePointerType() public method

public MakePointerType ( ) : System.Type
return System.Type

SetCustomAttribute() public method

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
return void

SetCustomAttribute() public method

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
return void