IGHAObjectGetInheritedClasses Method |
[This is preliminary documentation and is subject to change.]
Returns the inheritance tree for the specified class
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxDictionary<string, List<GHAClassDescriptor>> GetInheritedClasses(
string className
)
Parameters
- className
- Type: SystemString
Class name for which to provide the inheritance tree
Return Value
Type:
DictionaryString,
ListGHAClassDescriptorDictionary indexed by .net type name of class descriptors specifying the inheritance tree
See Also