IGHARemoteObjectInvoke Method |
[This is preliminary documentation and is subject to change.]
Invoke a remote object's method with parameters
Namespace:
RemoteLib
Assembly:
RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxObject Invoke(
string methodName,
Object[] varParams
)
Parameters
- methodName
- Type: SystemString
Name of method to invoke - varParams
- Type: SystemObject
Method parameters matching the type and number of the called method
Return Value
Type:
ObjectReturn value of the invoked method
See Also