Свойство | Type | Description | |
---|---|---|---|
_type |
Méthode | Description | |
---|---|---|
ArrayCreateInstance ( int length ) : |
||
CreateInstance ( ) : object | ||
EnumGetUnderlyingType ( ) : ITypeInfo | ||
EnumToObject ( object value ) : object | ||
Equals ( object obj ) : bool | ||
GetConstructor ( ITypeInfo paramTypes ) : |
||
GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetElementType ( ) : ITypeInfo | ||
GetField ( string name ) : |
||
GetFields ( ) : IEnumerable |
||
GetGenericArguments ( ) : System.Type[] | ||
GetGenericTypeDefinition ( ) : |
||
GetHashCode ( ) : int | ||
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 | ||
IsType ( |
Méthode | Description | |
---|---|---|
AbstractTypeInfo ( |
public ArrayCreateInstance ( int length ) : |
||
length | int | |
Résultat |
public EnumGetUnderlyingType ( ) : ITypeInfo | ||
Résultat | ITypeInfo |
public EnumToObject ( object value ) : object | ||
value | object | |
Résultat | object |
public abstract GetConstructor ( ITypeInfo paramTypes ) : |
||
paramTypes | ITypeInfo | |
Résultat |
public abstract GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[] | ||
attributeType | ITypeInfo | |
inherit | bool | |
Résultat | object[] |
public abstract GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
Résultat | object[] |
public abstract GetField ( string name ) : |
||
name | string | |
Résultat |
public abstract GetFields ( ) : IEnumerable |
||
Résultat | IEnumerable |
public abstract GetGenericArguments ( ) : System.Type[] | ||
Résultat | System.Type[] |
public abstract GetGenericTypeDefinition ( ) : |
||
Résultat |
public abstract GetInterface ( string name ) : |
||
name | string | |
Résultat |
public abstract GetInterfaces ( ) : System.Type[] | ||
Résultat | System.Type[] |
public abstract GetMembers ( ) : System.Reflection.MemberInfo[] | ||
Résultat | System.Reflection.MemberInfo[] |
public abstract GetMethod ( string name ) : |
||
name | string | |
Résultat |
public abstract GetMethod ( string name, ITypeInfo paramTypes ) : |
||
name | string | |
paramTypes | ITypeInfo | |
Résultat |
public abstract GetProperties ( ) : IEnumerable |
||
Résultat | IEnumerable |
public abstract GetProperty ( string name ) : |
||
name | string | |
Résultat |
public abstract IsAssignableFrom ( ITypeInfo typeInfo ) : bool | ||
typeInfo | ITypeInfo | |
Résultat | bool |