UtilityInvokeMethod Method |
Invokes the specific method on the target
Namespace:
Intuit.Ipp.LinqExtender
Assembly:
Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic static Object InvokeMethod(
string methodName,
Type targetType,
Object obj
)
Parameters
- methodName
- Type: SystemString
Name of the method to invoke. - targetType
- Type: SystemType
Type of the target - obj
- Type: SystemObject
Target object
Return Value
Type:
Object[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Utility.InvokeMethod(System.String,System.Type,System.Object)"]
See Also