C# Class System.Reflection.Emit.EnumBuilder

Inheritance: System.Type, _EnumBuilder
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
EnumBuilder ( )

Method Details

CreateTypeInfo() public méthode

public CreateTypeInfo ( ) : System.Reflection.TypeInfo
Résultat System.Reflection.TypeInfo

DefineLiteral() public méthode

public DefineLiteral ( string literalName, object literalValue ) : System.Reflection.Emit.FieldBuilder
literalName string
literalValue object
Résultat System.Reflection.Emit.FieldBuilder

GetArrayRank() public méthode

public GetArrayRank ( ) : int
Résultat int

GetElementType() public méthode

public GetElementType ( ) : Type
Résultat System.Type

GetGenericParameterConstraints() public méthode

public GetGenericParameterConstraints ( ) : System.Type[]
Résultat System.Type[]

GetGenericTypeDefinition() public méthode

public GetGenericTypeDefinition ( ) : Type
Résultat System.Type

IsAssignableFrom() public méthode

public IsAssignableFrom ( System typeInfo ) : bool
typeInfo System
Résultat bool

MakeArrayType() public méthode

public MakeArrayType ( ) : System.Type
Résultat System.Type

MakeArrayType() public méthode

public MakeArrayType ( int rank ) : System.Type
rank int
Résultat System.Type

MakeByRefType() public méthode

public MakeByRefType ( ) : System.Type
Résultat System.Type

MakeGenericType() public méthode

public MakeGenericType ( ) : Type
Résultat System.Type

MakePointerType() public méthode

public MakePointerType ( ) : System.Type
Résultat System.Type

SetCustomAttribute() public méthode

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
Résultat void

SetCustomAttribute() public méthode

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
Résultat void