There is a managed way to open a library both in development and in runtime environment via Library.Open method. The same method is available for Class Libraries but without the possibility to open the Class in runtime environment although the Class Library is a specialization of the Library.
Therefore the getting the hierarchy and/or the members of a Class could be performed by terrifying non-managed way in Runtime environment.
It would be nice to get the same functionality from this method as found by the Libraries.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.