[Mono-list] Reflection problem.

Artur Karazniewicz karaznie@acn.waw.pl
Sat, 28 Dec 2002 23:14:32 +0100


Hello,

I'm not sure - maybe it's not implemented yet -
but I've problem with statement:

GetType().TypeInitializer.Invoke( new Object[] { } );

I'm trying to instantiate object of Type returned
by GetType using default constructor - but everything
I've get is NullReferenceException - why?

Artur.