Hello all,

Despite my previous email, I still need some help. :-)

I have some C# that is getting at type objects in several different 
ways, and I would like to know the difference.

Type.GetType("int")
typeof(int)

and I think :

int.GetType()

What are the differences in semantics between 'typeof(...)' and 
'Type.GetType(...)' ?

All the best,

Michael
http://www.voidspace.org.uk/ironpython/
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to