public interface IExpando : IReflect
|
| AddField | Adds the named field to the Reflection object. |
| AddMethod | Adds the named method to the Reflection object. |
| AddProperty | Adds the named property to the Reflection object. |
| RemoveMember | Removes the specified member. |
Hierarchy:
name
| Exception Type | Condition |
|---|---|
| NotSupportedException | The IExpando object does not support this method. |
MethodInfo AddMethod( |
name
method
| Exception Type | Condition |
|---|---|
| NotSupportedException | The IExpando object does not support this method. |
PropertyInfo AddProperty( |
name
| Exception Type | Condition |
|---|---|
| NotSupportedException | The IExpando object does not support this method. |
void RemoveMember( |
m
| Exception Type | Condition |
|---|---|
| NotSupportedException | The IExpando object does not support this method. |