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