[Mono-list] Reflection problem in 0.29

Jackson Harper jackson@ximian.com
Fri, 05 Dec 2003 14:13:50 -0800


Type con = typeof (System.Console);

is a little cleaner ;-).

Jackson



On Fri, 2003-12-05 at 13:47, Kris Luyten wrote:
> On Fri, 2003-12-05 at 22:50, Rob.Tillie@Student.tUL.EDU wrote:
> > Hello Kris,
> > 
> > I believe corlib.dll is now renamed to mscorlib.dll, so try:
> > 
> > Assembly a = Assembly.Load("mscorlib.dll"); 
> 
> That solved my problem, 
> 
> thanks
> Kris