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 |
Method | Description | |
---|---|---|
GenericTypeParameterBuilder ( ) |
public GetGenericParameterConstraints ( ) : System.Type[] | ||
return | System.Type[] |
public GetGenericTypeDefinition ( ) : System.Type | ||
return | System.Type |
public IsAssignableFrom ( System typeInfo ) : bool | ||
typeInfo | System | |
return | bool |
public MakeArrayType ( int rank ) : System.Type | ||
rank | int | |
return | System.Type |
public SetBaseTypeConstraint ( System baseTypeConstraint ) : void | ||
baseTypeConstraint | System | |
return | void |
public SetCustomAttribute ( System customBuilder ) : void | ||
customBuilder | System | |
return | void |
public SetCustomAttribute ( System con, byte binaryAttribute ) : void | ||
con | System | |
binaryAttribute | byte | |
return | void |
public SetGenericParameterAttributes ( System genericParameterAttributes ) : void | ||
genericParameterAttributes | System | |
return | void |