Click or drag to resize

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

Parameters

className
Type: SystemString
Class name for which to provide the inheritance tree

Return Value

Type: DictionaryString, ListGHAClassDescriptor
Dictionary indexed by .net type name of class descriptors specifying the inheritance tree
See Also