[Mono-dev] Iterating the classes of a mono image using the embedding API

Robert Jordan robertj at gmx.net
Tue Dec 5 10:31:34 EST 2006


Argiris Kirtzidis wrote:
> Hi all,
> 
> Is there a way to get all the classes/types defined in a image using the embedding API ? I looked through all the functions and I can't find one that will allow iteration of all the classes, am I missing something ?
> 
> How one would get a list of the classes that a mono image contains using only plain C ?

There is no other (documented) way than using System.Reflection.

Robert




More information about the Mono-devel-list mailing list