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

2012-12-07 Thread Robert Jordan
Hi, On 07.12.2012 07:49, Bartosz Przygoda wrote: 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 l

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

2012-12-06 Thread Bartosz Przygoda
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 a