Method | Description | |
---|---|---|
GetCustomAttributes ( this type, Type attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( this type, bool inherit ) : object[] | ||
GetEvent ( this type, string eventName ) : EventInfo | ||
GetField ( this type, string fieldName ) : FieldInfo | ||
GetFields ( this type ) : IEnumerable |
||
GetFields ( this type, BindingFlags, flags ) : IEnumerable |
||
GetMethod ( this type, string methodName ) : MethodInfo | ||
GetMethod ( this type, string methodName, BindingFlags, flags ) : MethodInfo | ||
GetMethod ( this type, string methodName, BindingFlags, bindingAttr, Object binder, Type parameters, Object modifiers ) : MethodInfo | ||
GetMethod ( this type, string methodName, Type parameters ) : MethodInfo | ||
GetMethods ( this type ) : IEnumerable |
||
GetMethods ( this type, BindingFlags, flags ) : IEnumerable |
||
GetProperties ( this type, BindingFlags, flags ) : IEnumerable |
||
GetProperty ( this type, string propertyName ) : PropertyInfo | ||
GetProperty ( this type, string propertyName, BindingFlags, flags ) : PropertyInfo | ||
GetProperty ( this type, string propertyName, Type returnType ) : PropertyInfo | ||
GetTypes ( this assembly ) : IEnumerable |
||
IsAssignableFrom ( this type, Type c ) : bool | ||
IsAssignableFrom ( this type, TypeInfo typeInfo ) : bool | ||
IsEnum ( this type ) : bool | ||
IsSubclassOf ( this type, Type c ) : bool |
public static GetCustomAttributes ( this type, Type attributeType, bool inherit ) : object[] | ||
type | this | |
attributeType | Type | |
inherit | bool | |
return | object[] |
public static GetCustomAttributes ( this type, bool inherit ) : object[] | ||
type | this | |
inherit | bool | |
return | object[] |
public static GetEvent ( this type, string eventName ) : EventInfo | ||
type | this | |
eventName | string | |
return | EventInfo |
public static GetField ( this type, string fieldName ) : FieldInfo | ||
type | this | |
fieldName | string | |
return | FieldInfo |
public static GetFields ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetFields ( this type, BindingFlags, flags ) : IEnumerable |
||
type | this | |
flags | BindingFlags, | |
return | IEnumerable |
public static GetMethod ( this type, string methodName ) : MethodInfo | ||
type | this | |
methodName | string | |
return | MethodInfo |
public static GetMethod ( this type, string methodName, BindingFlags, flags ) : MethodInfo | ||
type | this | |
methodName | string | |
flags | BindingFlags, | |
return | MethodInfo |
public static GetMethod ( this type, string methodName, BindingFlags, bindingAttr, Object binder, Type parameters, Object modifiers ) : MethodInfo | ||
type | this | |
methodName | string | |
bindingAttr | BindingFlags, | |
binder | Object | |
parameters | Type | |
modifiers | Object | |
return | MethodInfo |
public static GetMethod ( this type, string methodName, Type parameters ) : MethodInfo | ||
type | this | |
methodName | string | |
parameters | Type | |
return | MethodInfo |
public static GetMethods ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetMethods ( this type, BindingFlags, flags ) : IEnumerable |
||
type | this | |
flags | BindingFlags, | |
return | IEnumerable |
public static GetProperties ( this type, BindingFlags, flags ) : IEnumerable |
||
type | this | |
flags | BindingFlags, | |
return | IEnumerable |
public static GetProperty ( this type, string propertyName ) : PropertyInfo | ||
type | this | |
propertyName | string | |
return | PropertyInfo |
public static GetProperty ( this type, string propertyName, BindingFlags, flags ) : PropertyInfo | ||
type | this | |
propertyName | string | |
flags | BindingFlags, | |
return | PropertyInfo |
public static GetProperty ( this type, string propertyName, Type returnType ) : PropertyInfo | ||
type | this | |
propertyName | string | |
returnType | Type | |
return | PropertyInfo |
public static GetTypes ( this assembly ) : IEnumerable |
||
assembly | this | |
return | IEnumerable |
public static IsAssignableFrom ( this type, Type c ) : bool | ||
type | this | |
c | Type | |
return | bool |
public static IsAssignableFrom ( this type, TypeInfo typeInfo ) : bool | ||
type | this | |
typeInfo | TypeInfo | |
return | bool |
public static IsSubclassOf ( this type, Type c ) : bool | ||
type | this | |
c | Type | |
return | bool |