IGHARemoteObjectGetObject Method (String) |
[This is preliminary documentation and is subject to change.]
Returns the object at the specified path if it exists
Namespace:
RemoteLib
Assembly:
RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIGHARemoteObject GetObject(
string path
)
Parameters
- path
- Type: SystemString
Object path
Return Value
Type:
IGHARemoteObjectA reference to the object if successfull. Null if not
See Also