Click or drag to resize

IGHARemoteObjectGetObject Method (Guid)

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

Returns the object with the specified object ID

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGHARemoteObject GetObject(
	Guid ObjectID
)

Parameters

ObjectID
Type: SystemGuid
Object ID of the desired object

Return Value

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