Add the named method to the reflection object.
[Visual Basic] Function AddMethod( _ ByVal name As String, _ ByVal method As Delegate _ ) As MethodInfo [C#] MethodInfo AddMethod( string name, Delegate method ); [C++] MethodInfo* AddMethod( String* name, Delegate* method ) = 0; [JScript] function AddMethod( name : String, method : Delegate ) : MethodInfo;
A MethodInfo object representing the added method.
IExpando Interface | IExpando Members | System.Runtime.InteropServices.Expando Namespace