Click or drag to resize

IGHARemoteObjectGetInheritedClasses Method

[This is preliminary documentation and is subject to change.]

Get classes that inherit from the specified class name

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Dictionary<string, GHARemoteClassDescriptor[]> GetInheritedClasses(
	string className
)

Parameters

className
Type: SystemString
.NET class name

Return Value

Type: DictionaryString, GHARemoteClassDescriptor
Dictionary of class descriptors matching the class name indexed by category
See Also