Метод | Описание | |
---|---|---|
GetConstructor ( ITypeInfo paramTypes ) : |
||
GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetField ( string name ) : |
||
GetFields ( ) : IEnumerable |
||
GetGenericArguments ( ) : System.Type[] | ||
GetGenericTypeDefinition ( ) : |
||
GetInterface ( string name ) : |
||
GetInterfaces ( ) : System.Type[] | ||
GetMembers ( ) : System.Reflection.MemberInfo[] | ||
GetMethod ( string name ) : |
||
GetMethod ( string name, ITypeInfo paramTypes ) : |
||
GetProperties ( ) : IEnumerable |
||
GetProperty ( string name ) : |
||
IsAssignableFrom ( ITypeInfo typeInfo ) : bool |
Метод | Описание | |
---|---|---|
GetMembers_Helper ( |
||
IsBackingField ( |
||
TypeInfoWrapper ( |
public GetConstructor ( ITypeInfo paramTypes ) : |
||
paramTypes | ITypeInfo | |
Результат |
public GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[] | ||
attributeType | ITypeInfo | |
inherit | bool | |
Результат | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
Результат | object[] |
public GetField ( string name ) : |
||
name | string | |
Результат |
public GetGenericArguments ( ) : System.Type[] | ||
Результат | System.Type[] |
public GetGenericTypeDefinition ( ) : |
||
Результат |
public GetInterface ( string name ) : |
||
name | string | |
Результат |
public GetMembers ( ) : System.Reflection.MemberInfo[] | ||
Результат | System.Reflection.MemberInfo[] |
public GetMethod ( string name ) : |
||
name | string | |
Результат |
public GetMethod ( string name, ITypeInfo paramTypes ) : |
||
name | string | |
paramTypes | ITypeInfo | |
Результат |
public GetProperty ( string name ) : |
||
name | string | |
Результат |
public IsAssignableFrom ( ITypeInfo typeInfo ) : bool | ||
typeInfo | ITypeInfo | |
Результат | bool |