C# Class System.Reflection.Emit.GenericTypeParameterBuilder

Inheritance: EmitWrapper
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetArrayRank ( ) : int
GetElementType ( ) : Type
GetGenericParameterConstraints ( ) : System.Type[]
GetGenericTypeDefinition ( ) : System.Type
GetHashCode ( ) : int
IsAssignableFrom ( System typeInfo ) : bool
IsSubclassOf ( Type c ) : bool
MakeArrayType ( ) : System.Type
MakeArrayType ( int rank ) : System.Type
MakeByRefType ( ) : System.Type
MakeGenericType ( ) : System.Type
MakePointerType ( ) : System.Type
SetBaseTypeConstraint ( System baseTypeConstraint ) : void
SetCustomAttribute ( System customBuilder ) : void
SetCustomAttribute ( System con, byte binaryAttribute ) : void
SetGenericParameterAttributes ( System genericParameterAttributes ) : void
SetInterfaceConstraints ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
GenericTypeParameterBuilder ( )

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetArrayRank() public méthode

public GetArrayRank ( ) : int
Résultat int

GetElementType() public méthode

public GetElementType ( ) : Type
Résultat Type

GetGenericParameterConstraints() public méthode

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

GetGenericTypeDefinition() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsAssignableFrom() public méthode

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

IsSubclassOf() public méthode

public IsSubclassOf ( Type c ) : bool
c Type
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 ( ) : System.Type
Résultat System.Type

MakePointerType() public méthode

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

SetBaseTypeConstraint() public méthode

public SetBaseTypeConstraint ( System baseTypeConstraint ) : void
baseTypeConstraint System
Résultat void

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

SetGenericParameterAttributes() public méthode

public SetGenericParameterAttributes ( System genericParameterAttributes ) : void
genericParameterAttributes System
Résultat void

SetInterfaceConstraints() public méthode

public SetInterfaceConstraints ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string