|
override int | GetArrayRank () |
|
override Type | GetGenericTypeDefinition () |
|
override Type[] | GetGenericArguments () |
|
override string | ToString () |
|
override Type | MakeArrayType () |
|
override Type | MakeArrayType (int rank) |
|
override Type | MakeByRefType () |
|
override Type | MakePointerType () |
|
override Type | MakeGenericType (params Type[] typeArguments) |
|
override Type | GetElementType () |
|
override Type[] | GetInterfaces () |
|
override bool | IsAssignableFrom (Type c) |
|
override Type[] | GetGenericParameterConstraints () |
|
override bool | IsEnumDefined (object value) |
|
override string | GetEnumName (object value) |
|
override string[] | GetEnumNames () |
|
override Type | GetEnumUnderlyingType () |
|
override Array | GetEnumValues () |
|
override ConstructorInfo[] | GetConstructors (BindingFlags bindingAttr) |
|
ConstructorInfo[] | GetConstructors () |
|
override EventInfo | GetEvent (string name, BindingFlags bindingAttr) |
|
EventInfo | GetEvent (string name) |
|
override EventInfo[] | GetEvents (BindingFlags bindingAttr) |
|
override FieldInfo | GetField (string name, BindingFlags bindingAttr) |
|
FieldInfo | GetField (string name) |
|
override FieldInfo[] | GetFields (BindingFlags bindingAttr) |
|
FieldInfo[] | GetFields () |
|
override MethodInfo[] | GetMethods (BindingFlags bindingAttr) |
|
MethodInfo[] | GetMethods () |
|
override Type | GetNestedType (string name, BindingFlags bindingAttr) |
|
override PropertyInfo[] | GetProperties (BindingFlags bindingAttr) |
|
override object | InvokeMember (string name, BindingFlags invokeAttr, Binder binder, object target, object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] namedParameters) |
|
override MemberInfo[] | GetMember (string name, BindingFlags bindingAttr) |
|
override MemberInfo[] | GetMember (string name, MemberTypes type, BindingFlags bindingAttr) |
|
MemberInfo[] | GetMember (string name) |
|
override object[] | GetCustomAttributes (bool inherit) |
|
override object[] | GetCustomAttributes (Type attributeType, bool inherit) |
|
override bool | IsDefined (Type attributeType, bool inherit) |
|
override bool | IsEquivalentTo (Type other) |
|
override bool | IsInstanceOfType (object o) |
|
override bool | IsSubclassOf (Type c) |
|
new Type | GetType () |
|
ConstructorInfo | GetConstructor (Type[] types) |
|
ConstructorInfo | GetConstructor (BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) |
|
ConstructorInfo | GetConstructor (BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) |
|
MethodInfo | GetMethod (string name) |
|
MethodInfo | GetMethod (string name, BindingFlags bindingAttr) |
|
MethodInfo | GetMethod (string name, Type[] types) |
|
MethodInfo | GetMethod (string name, Type[] types, ParameterModifier[] modifiers) |
|
MethodInfo | GetMethod (string name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) |
|
MethodInfo | GetMethod (string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) |
|
PropertyInfo | GetProperty (string name) |
|
PropertyInfo | GetProperty (string name, BindingFlags bindingAttr) |
|
PropertyInfo | GetProperty (string name, Type returnType) |
|
PropertyInfo | GetProperty (string name, Type returnType, Type[] types) |
|
PropertyInfo | GetProperty (string name, Type returnType, Type[] types, ParameterModifier[] modifiers) |
|
PropertyInfo | GetProperty (string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) |
|
override bool | Equals (object o) |
|
virtual bool | Equals (Type o) |
|
override int | GetHashCode () |
|