Click or drag to resize

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)
Syntax
C#
IGHARemoteObject GetObject(
	string path
)

Parameters

path
Type: SystemString
Object path

Return Value

Type: IGHARemoteObject
A reference to the object if successfull. Null if not
See Also