ReflectorTryInvokeMethod Method

Overload List

TryInvokeMethod(Object, String, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Type, String, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.
TryInvokeMethod(Object, String, ReflectionWays, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Object, String, Boolean, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Object, String, Type, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Type, String, ReflectionWays, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.
TryInvokeMethod(Type, String, Boolean, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.
TryInvokeMethod(Type, String, Type, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.
TryInvokeMethod(Object, String, Boolean, ReflectionWays, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Object, String, Boolean, Type, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Object, String, Type, ReflectionWays, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Type, String, Boolean, ReflectionWays, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.
TryInvokeMethod(Type, String, Boolean, Type, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.
TryInvokeMethod(Type, String, Type, ReflectionWays, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.
TryInvokeMethod(Object, String, Boolean, Type, ReflectionWays, Object, Object) Tries to invoke an instance method of an object represented by the specified methodName.
TryInvokeMethod(Type, String, Boolean, Type, ReflectionWays, Object, Object) Tries to invoke a static method of a Type represented by the specified methodName.

See Also