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

상속: EmitWrapper
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GenericTypeParameterBuilder ( )

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetArrayRank() 공개 메소드

public GetArrayRank ( ) : int
리턴 int

GetElementType() 공개 메소드

public GetElementType ( ) : Type
리턴 Type

GetGenericParameterConstraints() 공개 메소드

public GetGenericParameterConstraints ( ) : System.Type[]
리턴 System.Type[]

GetGenericTypeDefinition() 공개 메소드

public GetGenericTypeDefinition ( ) : System.Type
리턴 System.Type

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( System typeInfo ) : bool
typeInfo System
리턴 bool

IsSubclassOf() 공개 메소드

public IsSubclassOf ( Type c ) : bool
c Type
리턴 bool

MakeArrayType() 공개 메소드

public MakeArrayType ( ) : System.Type
리턴 System.Type

MakeArrayType() 공개 메소드

public MakeArrayType ( int rank ) : System.Type
rank int
리턴 System.Type

MakeByRefType() 공개 메소드

public MakeByRefType ( ) : System.Type
리턴 System.Type

MakeGenericType() 공개 메소드

public MakeGenericType ( ) : System.Type
리턴 System.Type

MakePointerType() 공개 메소드

public MakePointerType ( ) : System.Type
리턴 System.Type

SetBaseTypeConstraint() 공개 메소드

public SetBaseTypeConstraint ( System baseTypeConstraint ) : void
baseTypeConstraint System
리턴 void

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
리턴 void

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
리턴 void

SetGenericParameterAttributes() 공개 메소드

public SetGenericParameterAttributes ( System genericParameterAttributes ) : void
genericParameterAttributes System
리턴 void

SetInterfaceConstraints() 공개 메소드

public SetInterfaceConstraints ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string