C# Class System.Reflection.Emit.GenericTypeParameterBuilder

Inheritance: EmitWrapper
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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

Method Description
GenericTypeParameterBuilder ( )

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetArrayRank() public method

public GetArrayRank ( ) : int
return int

GetElementType() public method

public GetElementType ( ) : Type
return Type

GetGenericParameterConstraints() public method

public GetGenericParameterConstraints ( ) : System.Type[]
return System.Type[]

GetGenericTypeDefinition() public method

public GetGenericTypeDefinition ( ) : System.Type
return System.Type

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsAssignableFrom() public method

public IsAssignableFrom ( System typeInfo ) : bool
typeInfo System
return bool

IsSubclassOf() public method

public IsSubclassOf ( Type c ) : bool
c Type
return bool

MakeArrayType() public method

public MakeArrayType ( ) : System.Type
return System.Type

MakeArrayType() public method

public MakeArrayType ( int rank ) : System.Type
rank int
return System.Type

MakeByRefType() public method

public MakeByRefType ( ) : System.Type
return System.Type

MakeGenericType() public method

public MakeGenericType ( ) : System.Type
return System.Type

MakePointerType() public method

public MakePointerType ( ) : System.Type
return System.Type

SetBaseTypeConstraint() public method

public SetBaseTypeConstraint ( System baseTypeConstraint ) : void
baseTypeConstraint System
return void

SetCustomAttribute() public method

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
return void

SetCustomAttribute() public method

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
return void

SetGenericParameterAttributes() public method

public SetGenericParameterAttributes ( System genericParameterAttributes ) : void
genericParameterAttributes System
return void

SetInterfaceConstraints() public method

public SetInterfaceConstraints ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string