[Mono-list] Iterating through classes in assembly

JarkkoL jarkko at profoundic.com
Fri May 27 02:47:16 EDT 2011


Hi,

I'm looking for a C function in libmono to iterate through classes in an
assembly, but after reading through bunch of headers, documentation and
googling around, I couldn't find such a function. There's
mono_class_from_name() but that requires you know the class name beforehand,
and I would like to provide users a generated list of classes to pick from,
which requires some kind of iteration of the assembly for generating the
list. There seems to be also mono_class_get_methods() which provides the
functionality for iterating through methods of a class, but is there similar
function for classes in an assembly?


Thanks, Jarkko


--
View this message in context: http://mono.1490590.n4.nabble.com/Iterating-through-classes-in-assembly-tp3554508p3554508.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list