Click or drag to resize

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)
Syntax
C#
Object 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: Object
Return value of the invoked method
See Also