Click or drag to resize

IGHARemoteObjectGetClasses Method

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

Returns all GHA Classes

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Dictionary<string, GHARemoteClassDescriptor[]> GetClasses()

Return Value

Type: DictionaryString, GHARemoteClassDescriptor
Dictionary of class descriptors indexed by category
See Also