March 2002
Intermediate to advanced
864 pages
31h 8m
English
IExpando
This interface indicates a type whose members can be removed or added.
The members are represented as
System.Reflection.MemberInfo objects.
public interface IExpando : System.Reflection.IReflect { // Public Instance Methods public method FieldInfo AddField(string name); public method MethodInfo AddMethod(string name, Delegate method); public method PropertyInfo AddProperty(string name); public method void RemoveMember( System.Reflection.MemberInfo m); }