[Mono-list] mono_object_new

Joe Ante joe@uti.is
Sat, 19 Jun 2004 20:38:53 +0200


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