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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
