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
)
Function GetInheritedClassesAsync (
className As String
) As Task(Of Dictionary(Of String, IGHARemoteClassDescriptor()))
Task<Dictionary<String^, array<IGHARemoteClassDescriptor^>^>^>^ GetInheritedClassesAsync(
String^ className
)
abstract GetInheritedClassesAsync :
className : string -> Task<Dictionary<string, IGHARemoteClassDescriptor[]>>
Parameters
- className
- Type: SystemString
Class name for which to provide the inheritance tree
Return Value
Type:
TaskDictionaryString,
IGHARemoteClassDescriptorDictionary indexed by .net type name of class descriptors specifying the inheritance tree
See Also