public static InvokeMethod ( |
||
type | Class to call the method on. | |
objectInstance | object | Object to call a method on. |
methodName | string | Name of the method to call. |
args | object | |
namedArgs | object>.Dictionary | Named arguments of the method. |
리턴 | object |