IExpando Interface
Enables modification of objects by adding and removing members, represented by MemberInfo objects.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | UnderlyingSystemType |
| Name | Description | |
|---|---|---|
![]() | AddField(String) | Adds the named field to the Reflection object. |
![]() | AddMethod(String, Delegate) | Adds the named method to the Reflection object. |
![]() | AddProperty(String) | Adds the named property to the Reflection object. |
![]() | GetField(String, BindingFlags) | |
![]() | GetFields(BindingFlags) | |
![]() | GetMember(String, BindingFlags) | Retrieves an array of MemberInfo objects corresponding to all public members or to all members that match a specified name.(Inherited from IReflect.) |
![]() | GetMembers(BindingFlags) | Retrieves an array of MemberInfo objects that correspond either to all public members or to all members of the current class.(Inherited from IReflect.) |
![]() | GetMethod(String, BindingFlags) | Retrieves a MethodInfo object that corresponds to a specified method under specified search constraints.(Inherited from IReflect.) |
![]() | GetMethod(String, BindingFlags, Binder, Type(), ParameterModifier()) | Retrieves a MethodInfo object corresponding to a specified method, using a Type array to choose from among overloaded methods.(Inherited from IReflect.) |
![]() | GetMethods(BindingFlags) | Retrieves an array of MethodInfo objects with all public methods or all methods of the current class.(Inherited from IReflect.) |
![]() | GetProperties(BindingFlags) | Retrieves an array of PropertyInfo objects corresponding to all public properties or to all properties of the current class.(Inherited from IReflect.) |
![]() | GetProperty(String, BindingFlags) | Retrieves a PropertyInfo object corresponding to a specified property under specified search constraints.(Inherited from IReflect.) |
![]() | GetProperty(String, BindingFlags, Binder, Type, Type(), ParameterModifier()) | Retrieves a PropertyInfo object that corresponds to a specified property with specified search constraints.(Inherited from IReflect.) |
![]() | InvokeMember(String, BindingFlags, Binder, Object, Object(), ParameterModifier(), CultureInfo, String()) | Invokes a specified member.(Inherited from IReflect.) |
![]() | RemoveMember(MemberInfo) | Removes the specified member. |
Available since 1.1

