Click or drag to resize

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)
Syntax
C#
Dictionary<string, List<GHAClassDescriptor>> GetClasses()

Return Value

Type: DictionaryString, ListGHAClassDescriptor
Dictionary indexed by .net type name of class descriptors specifying available classes that inherit from IGHAObject
See Also