JSObject.IExpando.AddMethod(String, Delegate) Метод

Определение

Добавляет заданный метод в объект. Метод IExpando.AddMethod(String, Delegate) не реализован в JScript.

Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.

 virtual System::Reflection::MethodInfo ^ System.Runtime.InteropServices.Expando.IExpando.AddMethod(System::String ^ name, Delegate ^ method) = System::Runtime::InteropServices::Expando::IExpando::AddMethod;
System.Reflection.MethodInfo IExpando.AddMethod (string name, Delegate method);
abstract member System.Runtime.InteropServices.Expando.IExpando.AddMethod : string * Delegate -> System.Reflection.MethodInfo
override this.System.Runtime.InteropServices.Expando.IExpando.AddMethod : string * Delegate -> System.Reflection.MethodInfo
Function AddMethod (name As String, method As Delegate) As MethodInfo Implements IExpando.AddMethod

Параметры

name
String

Имя добавляемого метода.

method
Delegate

Делегат для метода.

Возвращаемое значение

MethodInfo

Значение NULL во всех случаях.

Реализации

Применяется к

См. также раздел