August 2003
Intermediate to advanced
928 pages
32h 1m
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 FieldInfo AddField(stringname); public MethodInfo AddMethod(stringname, Delegatemethod); public PropertyInfo AddProperty(stringname); public void RemoveMember(System.Reflection.MemberInfom); }