Click or drag to resize

IGHARemoteObjectGetCapabilities Method

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

Returns all capabilities currently defined by GHA

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

Return Value

Type: DictionaryString, GHARemoteCapabilityDescriptor
Directionary of capability descriptors indexed by category
See Also