C# Класс IKVM.Reflection.Emit.GenericTypeParameterBuilder

Наследование: System.Type
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddConstraint void
BindTypeParameters System.Type
GenericTypeParameterBuilder System
GetModuleBuilderToken int

Открытые методы

Метод Описание
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[]

Приватные методы

Метод Описание
AddConstraint ( Type type ) : void
BindTypeParameters ( IGenericBinder binder ) : Type
GenericTypeParameterBuilder ( string name, TypeBuilder type, MethodBuilder method, int position ) : System
GetModuleBuilderToken ( ) : int

Описание методов

GetGenericParameterConstraints() публичный Метод

public GetGenericParameterConstraints ( ) : System.Type[]
Результат System.Type[]

SetBaseTypeConstraint() публичный Метод

public SetBaseTypeConstraint ( Type baseTypeConstraint ) : void
baseTypeConstraint System.Type
Результат void

SetCustomAttribute() публичный Метод

public SetCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void
con ConstructorInfo
binaryAttribute byte
Результат void

SetCustomAttribute() публичный Метод

public SetCustomAttribute ( CustomAttributeBuilder customBuilder ) : void
customBuilder CustomAttributeBuilder
Результат void

SetGenericParameterAttributes() публичный Метод

public SetGenericParameterAttributes ( GenericParameterAttributes genericParameterAttributes ) : void
genericParameterAttributes GenericParameterAttributes
Результат void

SetInterfaceConstraints() публичный Метод

public SetInterfaceConstraints ( ) : void
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

__GetDeclaredInterfaces() публичный Метод

public __GetDeclaredInterfaces ( ) : System.Type[]
Результат System.Type[]