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)
SyntaxDictionary<string, GHARemoteClassDescriptor[]> GetInheritedClasses(
string className
)
Parameters
- className
- Type: SystemString
.NET class name
Return Value
Type:
DictionaryString,
GHARemoteClassDescriptorDictionary of class descriptors matching the class name indexed by category
See Also