 |
UnitTestInvoke Method (Type, String, Object) |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Invokes a method on an object by reflection.
Namespace:
WeroSoft.UnitTesting
Assembly:
WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.23.1.1 (3.23.0319.1)
Syntaxpublic static Object Invoke(
Type targetType,
string methodName,
params Object[] parameters
)
Parameters
- targetType
- Type: SystemType
Target object on which the method shall be invoked. - methodName
- Type: SystemString
Name of the method to be invoked. - parameters
- Type: SystemObject
Parameters to be put on the method invoke.
Return Value
Type:
Object[Missing <returns> documentation for "M:WeroSoft.UnitTesting.UnitTest.Invoke(System.Type,System.String,System.Object[])"]
See Also