Method BuildMethodCall
BuildMethodCall(String, Int32, Boolean, Type, Object[], String, IMethodArgumentPartitioner)
Declaration
public IRPCMethodCall BuildMethodCall(string method, int overload, bool isStatic, Type serverInstanceType, object[] arguments, string objectUID, IMethodArgumentPartitioner agrumentPartitioner)
Parameters
Type |
Name |
Description |
System.String |
method |
|
System.Int32 |
overload |
|
System.Boolean |
isStatic |
|
Type |
serverInstanceType |
|
System.Object[] |
arguments |
|
System.String |
objectUID |
|
IMethodArgumentPartitioner |
agrumentPartitioner |
|
Returns
Type |
Description |
IRPCMethodCall |
|