IExpando.AddMethod(String, Delegate) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将命名的方法添加到反射对象。
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.MethodInfo
Public Function AddMethod (name As String, method As Delegate) As MethodInfo
参数
- name
- String
方法的名称。
- method
- Delegate
该方法的委托。
返回
表示所添加方法的 MethodInfo
对象。
例外
IExpando
对象不支持此方法。