Click or drag to resize

IGHARemoteObjectGetInheritedClassesAsync Method

Returns the inheritance tree for the specified class

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<Dictionary<string, IGHARemoteClassDescriptor[]>> GetInheritedClassesAsync(
	string className
)

Parameters

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

Return Value

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