Sdílet prostřednictvím


IExpando.AddMethod(String, Delegate) Metoda

Definice

Přidá pojmenovanou metodu do objektu Reflection.

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

Parametry

name
String

Název metody

method
Delegate

Delegát metody.

Návraty

Objekt MethodInfo představující přidanou metodu.

Výjimky

Objekt IExpando tuto metodu nepodporuje.

Platí pro