Click or drag to resize

ReflectionUtilsCallMethodEx Method

Calls a method on an object with extended . syntax (object: this Method: Entity.CalculateOrderTotal)

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static Object CallMethodEx(
	Object parent,
	string method,
	params Object[] parms
)

Parameters

parent
Type: SystemObject
The parent.
method
Type: SystemString
The method.
parms
Type: SystemObject
The parms.

Return Value

Type: Object

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.CallMethodEx(System.Object,System.String,System.Object[])"]

See Also