[Mono-dev] Obtaining class from the assembly or one of the referenced assemblies

Bartosz Przygoda bprzygoda at gmail.com
Fri Dec 7 06:49:55 UTC 2012


Hi,

Currently I am obtaining the MonoClass* objects via mono_class_from_name
which acts upon the MonoImage of provided assembly.

However, I am planning my project to span throughout few assemblies and I
still want the native host to be able to load classes by name. Do I have to
track the loaded assemblies, and when class is requested, iterate over all
of them and look for it in each one?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20121207/e9b3b87b/attachment.html>


More information about the Mono-devel-list mailing list