Hi,

I am trying to instantiate a new class from c code.

I am using mono_object_new. It creates the class successfully and I can call
functions on it but the constructor is not called.
Do I have to call a separate function to call the constructor? How do I call
it? Default values of fields donšt seem to get initialized as well when
using mono_object_new?

Joe Ante

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to