Method | Description | |
---|---|---|
Close ( this _reader ) : void | ||
GetConstructor ( this _type, BindingFlags bindingAttr, object binder, |
||
GetCustomAttributes ( this _type, |
||
GetFields ( this _type ) : System.Reflection.FieldInfo[] | ||
GetFields ( this _type, BindingFlags flags ) : System.Reflection.FieldInfo[] | ||
GetGenericArguments ( this _type ) : Type[] | ||
GetGetMethod ( this property ) : MethodInfo | ||
GetInterface ( this _type, string name ) : Type | ||
GetMethod ( this _type, string name, Type types ) : MethodInfo | ||
GetProperties ( this _type ) : PropertyInfo[] | ||
GetProperties ( this _type, BindingFlags flags ) : PropertyInfo[] | ||
GetSetMethod ( this property ) : MethodInfo | ||
IsAssignableFrom ( this _type, Type other ) : bool | ||
IsClass ( this _type ) : bool | ||
IsEnum ( this _type ) : bool |
public static GetConstructor ( this _type, BindingFlags bindingAttr, object binder, |
||
_type | this | |
bindingAttr | BindingFlags | |
binder | object | |
types | ||
modifiers | object | |
return |
public static GetCustomAttributes ( this _type, |
||
_type | this | |
attributeType | ||
inherit | bool | |
return | object[] |
public static GetFields ( this _type ) : System.Reflection.FieldInfo[] | ||
_type | this | |
return | System.Reflection.FieldInfo[] |
public static GetFields ( this _type, BindingFlags flags ) : System.Reflection.FieldInfo[] | ||
_type | this | |
flags | BindingFlags | |
return | System.Reflection.FieldInfo[] |
public static GetGenericArguments ( this _type ) : Type[] | ||
_type | this | |
return | Type[] |
public static GetGetMethod ( this property ) : MethodInfo | ||
property | this | |
return | MethodInfo |
public static GetInterface ( this _type, string name ) : Type | ||
_type | this | |
name | string | |
return | Type |
public static GetMethod ( this _type, string name, Type types ) : MethodInfo | ||
_type | this | |
name | string | |
types | Type | |
return | MethodInfo |
public static GetProperties ( this _type ) : PropertyInfo[] | ||
_type | this | |
return | PropertyInfo[] |
public static GetProperties ( this _type, BindingFlags flags ) : PropertyInfo[] | ||
_type | this | |
flags | BindingFlags | |
return | PropertyInfo[] |
public static GetSetMethod ( this property ) : MethodInfo | ||
property | this | |
return | MethodInfo |
public static IsAssignableFrom ( this _type, Type other ) : bool | ||
_type | this | |
other | Type | |
return | bool |