C# 클래스 IKVM.Reflection.Emit.GenericTypeParameterBuilder

상속: System.Type
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch 1 사용 예제들

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[]