The members of System.Reflection.IReflect are listed below.
Public Properties
Public Methods
| GetField(string, BindingFlags) : FieldInfoDocumentation for this section has not yet been entered. |
| GetFields(BindingFlags) : FieldInfo[]Documentation for this section has not yet been entered. |
| GetMember(string, BindingFlags) : MemberInfo[]Documentation for this section has not yet been entered. |
| GetMembers(BindingFlags) : MemberInfo[]Documentation for this section has not yet been entered. |
| GetMethod(string, BindingFlags) : MethodInfoDocumentation for this section has not yet been entered. |
| GetMethod(string, BindingFlags, Binder, Type[], ParameterModifier[]) : MethodInfoDocumentation for this section has not yet been entered. |
| GetMethods(BindingFlags) : MethodInfo[]Documentation for this section has not yet been entered. |
| GetProperties(BindingFlags) : PropertyInfo[]Documentation for this section has not yet been entered. |
| GetProperty(string, BindingFlags) : PropertyInfoDocumentation for this section has not yet been entered. |
| GetProperty(string, BindingFlags, Binder, Type, Type[], ParameterModifier[]) : PropertyInfoDocumentation for this section has not yet been entered. |
| InvokeMember(string, BindingFlags, Binder, object, object[], ParameterModifier[], System.Globalization.CultureInfo, string[]) : objectDocumentation for this section has not yet been entered. |