Поделиться через


Reflect.InvokeMethod Метод

Определение

Перегрузки

InvokeMethod(MethodInfo, Object)
InvokeMethod(MethodInfo, Object, Object[])

InvokeMethod(MethodInfo, Object)

public static object InvokeMethod (System.Reflection.MethodInfo method, object fixture);
static member InvokeMethod : System.Reflection.MethodInfo * obj -> obj

Параметры

method
MethodInfo
fixture
Object

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

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

InvokeMethod(MethodInfo, Object, Object[])

public static object InvokeMethod (System.Reflection.MethodInfo method, object fixture, params object[] args);
static member InvokeMethod : System.Reflection.MethodInfo * obj * obj[] -> obj

Параметры

method
MethodInfo
fixture
Object
args
Object[]

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

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