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 cal= l functions on it but the constructor is not called. Do I have to call a separate function to call the constructor? How do I cal= l it? Default values of fields don=B9t seem to get initialized as well when using mono_object_new? Joe Ante