El jue, 20 de 03 de 2003 a las 10:14, Carlos Alberto Cortez escribi�:
> Type theMathType = Type.GetType("System.Math");
> Object theObj = Activator.CreateInstance(theMathType);You get the same error (or similar) when trying to do that under MS runtime. Why do you need to create an instance of a class that only has static methods? -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
