 | 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
Syntaxpublic static Object CallMethodEx(
Object parent,
string method,
params Object[] parms
)
Public Shared Function CallMethodEx (
parent As Object,
method As String,
ParamArray parms As Object()
) As Object
public:
static Object^ CallMethodEx(
Object^ parent,
String^ method,
... array<Object^>^ parms
)
static member CallMethodEx :
parent : Object *
method : string *
parms : Object[] -> Object
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