JSObject.IExpando.AddMethod(String, Delegate) Método

Definición

Agrega el método especificado al objeto. IExpando.AddMethod(String, Delegate) no se implementa en JScript.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

C#
System.Reflection.MethodInfo IExpando.AddMethod (string name, Delegate method);

Parámetros

name
String

Nombre del método que se va a agregar.

method
Delegate

El delegado al método.

Devoluciones

Es null en todos los casos.

Implementaciones

Se aplica a

Producto Versiones
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Consulte también