C# Class IKVM.Reflection.Emit.GenericTypeParameterBuilder

Inheritance: System.Type
Afficher le fichier Open project: samskivert/ikvm-monotouch Class Usage Examples

Private Properties

Свойство Type Description
AddConstraint void
BindTypeParameters System.Type
GenericTypeParameterBuilder System
GetModuleBuilderToken int

Méthodes publiques

Méthode Description
GetGenericParameterConstraints ( ) : System.Type[]
SetBaseTypeConstraint ( Type baseTypeConstraint ) : void
SetCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void
SetCustomAttribute ( CustomAttributeBuilder customBuilder ) : void
SetGenericParameterAttributes ( GenericParameterAttributes genericParameterAttributes ) : void
SetInterfaceConstraints ( ) : void
ToString ( ) : string
__GetDeclaredInterfaces ( ) : System.Type[]

Private Methods

Méthode Description
AddConstraint ( Type type ) : void
BindTypeParameters ( IGenericBinder binder ) : Type
GenericTypeParameterBuilder ( string name, TypeBuilder type, MethodBuilder method, int position ) : System
GetModuleBuilderToken ( ) : int

Method Details

GetGenericParameterConstraints() public méthode

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

SetBaseTypeConstraint() public méthode

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

SetCustomAttribute() public méthode

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

SetCustomAttribute() public méthode

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

SetGenericParameterAttributes() public méthode

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

SetInterfaceConstraints() public méthode

public SetInterfaceConstraints ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

__GetDeclaredInterfaces() public méthode

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