IExpando::AddMethod Method (String^, Delegate^)
.NET Framework (current version)
Adds the named method to the Reflection object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
The name of the method.
- method
-
Type:
System::Delegate^
The delegate to the method.
| Exception | Condition |
|---|---|
| NotSupportedException | The IExpando object does not support this method. |
.NET Framework
Available since 1.1
Available since 1.1
Show: