IGHAObjectGetClasses Method |
[This is preliminary documentation and is subject to change.]
Returns all currently available classes that inherit from IGHAObject
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxDictionary<string, List<GHAClassDescriptor>> GetClasses()
Return Value
Type:
DictionaryString,
ListGHAClassDescriptorDictionary indexed by .net type name of class descriptors specifying available classes that inherit from IGHAObject
See Also