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)
SyntaxObject RunCommand(
string name
)
Parameters
- name
- Type: SystemString
Name of the method
Return Value
Type:
ObjectReturn values, if any, from the called method
See Also