Method | Description | |
---|---|---|
Assembly ( this type ) : |
||
AssignableToTypeName ( this type, string fullTypeName ) : bool | ||
AssignableToTypeName ( this type, string fullTypeName, |
||
BaseType ( this type ) : |
||
ContainsGenericParameters ( this type ) : bool | ||
GetBaseDefinition ( this method ) : |
||
GetConstructor ( this type, BindingFlags bindingFlags, object placeholder1, IList |
||
GetConstructor ( this type, IList |
||
GetConstructors ( this type ) : IEnumerable |
||
GetConstructors ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
GetField ( this type, string member ) : |
||
GetField ( this type, string member, BindingFlags bindingFlags ) : |
||
GetFields ( this type ) : IEnumerable |
||
GetFields ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
GetGenericArguments ( this type ) : System.Type[] | ||
GetGetMethod ( this propertyInfo ) : |
||
GetGetMethod ( this propertyInfo, bool nonPublic ) : |
||
GetInterfaces ( this type ) : IEnumerable |
||
GetMember ( this type, string name, MemberTypes memberType, BindingFlags bindingFlags ) : IEnumerable |
||
GetMember ( this type, string member ) : System.Reflection.MemberInfo[] | ||
GetMember ( this type, string member, BindingFlags bindingFlags ) : System.Reflection.MemberInfo[] | ||
GetMethod ( this type, IList |
||
GetMethod ( this type, string name ) : |
||
GetMethod ( this type, string name, BindingFlags bindingFlags ) : |
||
GetMethod ( this type, string name, BindingFlags bindingFlags, object placeHolder1, IList |
||
GetMethod ( this type, string name, IList |
||
GetMethods ( this type ) : IEnumerable |
||
GetMethods ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
GetProperties ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
GetProperty ( this type, string name ) : |
||
GetProperty ( this type, string name, BindingFlags bindingFlags ) : |
||
GetProperty ( this type, string name, BindingFlags bindingFlags, object placeholder1, |
||
GetSetMethod ( this propertyInfo ) : |
||
GetSetMethod ( this propertyInfo, bool nonPublic ) : |
||
IsAbstract ( this type ) : bool | ||
IsAssignableFrom ( this type, |
||
IsClass ( this type ) : bool | ||
IsDefined ( this type, Type attributeType, bool inherit ) : bool | ||
IsEnum ( this type ) : bool | ||
IsGenericType ( this type ) : bool | ||
IsGenericTypeDefinition ( this type ) : bool | ||
IsInstanceOfType ( this type, object o ) : bool | ||
IsInterface ( this type ) : bool | ||
IsSealed ( this type ) : bool | ||
IsSubclassOf ( this type, Type c ) : bool | ||
IsValueType ( this type ) : bool | ||
IsVisible ( this type ) : bool | ||
MemberType ( this memberInfo ) : MemberTypes | ||
Method ( this d ) : MethodInfo |
Method | Description | |
---|---|---|
GetConstructors ( this type, BindingFlags bindingFlags, IList |
||
GetFieldsRecursive ( this type ) : IList |
||
GetMembersRecursive ( this type ) : IList |
||
GetPropertiesRecursive ( this type ) : IList |
||
TestAccessibility ( FieldInfo member, BindingFlags bindingFlags ) : bool | ||
TestAccessibility ( MemberInfo member, BindingFlags bindingFlags ) : bool | ||
TestAccessibility ( MethodBase member, BindingFlags bindingFlags ) : bool | ||
TestAccessibility ( PropertyInfo member, BindingFlags bindingFlags ) : bool |
public static Assembly ( this type ) : |
||
type | this | |
return |
public static AssignableToTypeName ( this type, string fullTypeName ) : bool | ||
type | this | |
fullTypeName | string | |
return | bool |
public static AssignableToTypeName ( this type, string fullTypeName, |
||
type | this | |
fullTypeName | string | |
match | ||
return | bool |
public static BaseType ( this type ) : |
||
type | this | |
return |
public static ContainsGenericParameters ( this type ) : bool | ||
type | this | |
return | bool |
public static GetBaseDefinition ( this method ) : |
||
method | this | |
return |
public static GetConstructor ( this type, BindingFlags bindingFlags, object placeholder1, IList |
||
type | this | |
bindingFlags | BindingFlags | |
placeholder1 | object | |
parameterTypes | IList |
|
placeholder2 | object | |
return |
public static GetConstructor ( this type, IList |
||
type | this | |
parameterTypes | IList |
|
return |
public static GetConstructors ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetConstructors ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
type | this | |
bindingFlags | BindingFlags | |
return | IEnumerable |
public static GetField ( this type, string member ) : |
||
type | this | |
member | string | |
return |
public static GetField ( this type, string member, BindingFlags bindingFlags ) : |
||
type | this | |
member | string | |
bindingFlags | BindingFlags | |
return |
public static GetFields ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetFields ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
type | this | |
bindingFlags | BindingFlags | |
return | IEnumerable |
public static GetGenericArguments ( this type ) : System.Type[] | ||
type | this | |
return | System.Type[] |
public static GetGetMethod ( this propertyInfo ) : |
||
propertyInfo | this | |
return |
public static GetGetMethod ( this propertyInfo, bool nonPublic ) : |
||
propertyInfo | this | |
nonPublic | bool | |
return |
public static GetInterfaces ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetMember ( this type, string name, MemberTypes memberType, BindingFlags bindingFlags ) : IEnumerable |
||
type | this | |
name | string | |
memberType | MemberTypes | |
bindingFlags | BindingFlags | |
return | IEnumerable |
public static GetMember ( this type, string member ) : System.Reflection.MemberInfo[] | ||
type | this | |
member | string | |
return | System.Reflection.MemberInfo[] |
public static GetMember ( this type, string member, BindingFlags bindingFlags ) : System.Reflection.MemberInfo[] | ||
type | this | |
member | string | |
bindingFlags | BindingFlags | |
return | System.Reflection.MemberInfo[] |
public static GetMethod ( this type, IList |
||
type | this | |
parameterTypes | IList |
|
return |
public static GetMethod ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetMethod ( this type, string name, BindingFlags bindingFlags ) : |
||
type | this | |
name | string | |
bindingFlags | BindingFlags | |
return |
public static GetMethod ( this type, string name, BindingFlags bindingFlags, object placeHolder1, IList |
||
type | this | |
name | string | |
bindingFlags | BindingFlags | |
placeHolder1 | object | |
parameterTypes | IList |
|
placeHolder2 | object | |
return |
public static GetMethod ( this type, string name, IList |
||
type | this | |
name | string | |
parameterTypes | IList |
|
return |
public static GetMethods ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetMethods ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
type | this | |
bindingFlags | BindingFlags | |
return | IEnumerable |
public static GetProperties ( this type, BindingFlags bindingFlags ) : IEnumerable |
||
type | this | |
bindingFlags | BindingFlags | |
return | IEnumerable |
public static GetProperty ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetProperty ( this type, string name, BindingFlags bindingFlags ) : |
||
type | this | |
name | string | |
bindingFlags | BindingFlags | |
return |
public static GetProperty ( this type, string name, BindingFlags bindingFlags, object placeholder1, |
||
type | this | |
name | string | |
bindingFlags | BindingFlags | |
placeholder1 | object | |
propertyType | ||
indexParameters | IList |
|
placeholder2 | object | |
return |
public static GetSetMethod ( this propertyInfo ) : |
||
propertyInfo | this | |
return |
public static GetSetMethod ( this propertyInfo, bool nonPublic ) : |
||
propertyInfo | this | |
nonPublic | bool | |
return |
public static IsAbstract ( this type ) : bool | ||
type | this | |
return | bool |
public static IsAssignableFrom ( this type, |
||
type | this | |
c | ||
return | bool |
public static IsDefined ( this type, Type attributeType, bool inherit ) : bool | ||
type | this | |
attributeType | Type | |
inherit | bool | |
return | bool |
public static IsGenericType ( this type ) : bool | ||
type | this | |
return | bool |
public static IsGenericTypeDefinition ( this type ) : bool | ||
type | this | |
return | bool |
public static IsInstanceOfType ( this type, object o ) : bool | ||
type | this | |
o | object | |
return | bool |
public static IsInterface ( this type ) : bool | ||
type | this | |
return | bool |
public static IsSubclassOf ( this type, Type c ) : bool | ||
type | this | |
c | Type | |
return | bool |
public static IsValueType ( this type ) : bool | ||
type | this | |
return | bool |
public static MemberType ( this memberInfo ) : MemberTypes | ||
memberInfo | this | |
return | MemberTypes |