[Mono-list] how to get a handle to MonoImage ?? trying to call C# code from C

Manish Gupta GManish@novell.com
Mon, 09 Feb 2004 04:50:27 -0700


I am writing a test program in C which can invoke methods in CIL
universe. Am following the instructions mentioned at
http://www.go-mono.com/tutorial/embeding/embeddc.html 

mono_class_from_name() expects a pointer to MonoImage as one of the
parameters.
How do I get this reference and pass it on as a parameter to 
mono_class_from_name()?

Is there any other documentation for mono embedding API?

regards
Manish