Method |
Description |
|
ArrayType ( TypeSystemServices tagManager, IType elementType ) : System |
|
|
ArrayType ( TypeSystemServices tagManager, IType elementType, int rank ) : System |
|
|
GetArrayRank ( ) : int |
|
|
GetConstructors ( ) : IConstructor[] |
|
|
GetDefaultMember ( ) : IEntity |
|
|
GetElementType ( ) : IType |
|
|
GetInterfaces ( ) : IType[] |
|
|
GetMembers ( ) : IEntity[] |
|
|
GetTypeDepth ( ) : int |
|
|
IsAssignableFrom ( IType other ) : bool |
|
|
IsDefined ( IType attributeType ) : bool |
|
|
IsSubclassOf ( IType other ) : bool |
|
|
Resolve ( List targetList, string name, EntityType flags ) : bool |
|
|
ToString ( ) : string |
|
|