ReflectorInvokeMethod Method

Overload List

InvokeMethod(Object, MethodInfo, Object) Invokes a method represented by the specified MethodInfo.
InvokeMethod(Object, String, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Type, String, Object) Invokes a static method of a Type represented by the specified methodName.
InvokeMethod(Object, MethodInfo, ReflectionWays, Object) Invokes a method represented by the specified MethodInfo.
InvokeMethod(Object, MethodInfo, Type, Object) Invokes a method represented by the specified MethodInfo.
InvokeMethod(Object, String, ReflectionWays, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Object, String, Boolean, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Object, String, Type, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Type, String, ReflectionWays, Object) Invokes a static method of a Type represented by the specified methodName.
InvokeMethod(Type, String, Boolean, Object) Invokes a static method of a Type represented by the specified methodName.
InvokeMethod(Type, String, Type, Object) Invokes a static method of a Type represented by the specified methodName.
InvokeMethod(Object, MethodInfo, Type, ReflectionWays, Object) Invokes a method represented by the specified MethodInfo.
InvokeMethod(Object, String, Boolean, ReflectionWays, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Object, String, Boolean, Type, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Object, String, Type, ReflectionWays, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Type, String, Boolean, ReflectionWays, Object) Invokes a static method of a Type represented by the specified methodName.
InvokeMethod(Type, String, Boolean, Type, Object) Invokes a static method of a Type represented by the specified methodName.
InvokeMethod(Type, String, Type, ReflectionWays, Object) Invokes a static method of a Type represented by the specified methodName.
InvokeMethod(Object, String, Boolean, Type, ReflectionWays, Object) Invokes an instance method of an object represented by the specified methodName.
InvokeMethod(Type, String, Boolean, Type, ReflectionWays, Object) Invokes a static method of a Type represented by the specified methodName.

See Also