Click or drag to resize

IGHARemoteObjectRunCommand Method

[This is preliminary documentation and is subject to change.]

Invokes a parameterless method of the remote object

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Object RunCommand(
	string name
)

Parameters

name
Type: SystemString
Name of the method

Return Value

Type: Object
Return values, if any, from the called method
See Also