CLibrary::BrowseClasses
public:
CString BrowseClasses(CWnd* pParent = NULL, const CString baseClass = "CObject");

This
method displays all classes in a library that is declare dynamic
and has a common base class. If no base class is define, the default
class is CObject, and all dynamic classes in the library is displayed.
The method returns the class name of a empty string if no class
is selected. To the right is a example of a tree form the ConSyskernel.dll
whit "CDevice" as class name argument.
The method builds the class tree in the same way as the DynamicCreate
method locates the class names.
References:
CLibrary.
Last Modified 10 January 2019