Свойство | Тип | Описание | |
---|---|---|---|
_typeSystemServices |
Свойство | Тип | Описание | |
---|---|---|---|
ExternalType | System | ||
GetClassDepth | int | ||
GetInterfaceDepth | int | ||
GetTypeDepth | int | ||
TypeName | string |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
BuildFullName ( ) : string | ||
GetDefaultMembers ( ) : System.Reflection.MemberInfo[] |
Метод | Описание | |
---|---|---|
ExternalType ( |
||
GetClassDepth ( |
||
GetInterfaceDepth ( |
||
GetTypeDepth ( |
||
TypeName ( ) : string |
public GetConstructors ( ) : IConstructor[] | ||
Результат | IConstructor[] |
protected GetDefaultMembers ( ) : System.Reflection.MemberInfo[] | ||
Результат | System.Reflection.MemberInfo[] |
public IsAssignableFrom ( IType other ) : bool | ||
other | IType | |
Результат | bool |
public IsDefined ( IType attributeType ) : bool | ||
attributeType | IType | |
Результат | bool |
public IsSubclassOf ( IType other ) : bool | ||
other | IType | |
Результат | bool |
public Resolve ( List targetList, string name, EntityType flags ) : bool | ||
targetList | List | |
name | string | |
flags | EntityType | |
Результат | bool |