[IronPython] C#, Types and IronPython

Michael Foord fuzzyman at voidspace.org.uk
Sat Mar 10 14:34:32 CET 2007


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/



More information about the Ironpython-users mailing list