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.