IExpando.AddMethod(String, Delegate) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the named method to the Reflection object.
public:
 System::Reflection::MethodInfo ^ AddMethod(System::String ^ name, Delegate ^ method);public System.Reflection.MethodInfo AddMethod(string name, Delegate method);abstract member AddMethod : string * Delegate -> System.Reflection.MethodInfoPublic Function AddMethod (name As String, method As Delegate) As MethodInfoParameters
- name
- String
The name of the method.
- method
- Delegate
The delegate to the method.
Returns
A MethodInfo object representing the added method.
Exceptions
The IExpando object does not support this method.