.NET 4.5 API changes and source code
September 6, 2012 at 2:25 PM
—
alex
.NET API subset for Windows Store Apps is considerable smaller than the full .NET Framework 4.5. Particularly, Reflection.Emit is not available and most members in the System.Type class have been moved to the System.Reflection.TypeInfo class.
http://www.infoq.com/news/2012/08/reflection-windows-store-apps
Also, check out complete source code:
http://referencesource.microsoft.com/netframework.aspx
adcf403e-cee3-42e6-bd32-840a74507b41|0|.0
Posted in: Development | R&D
Tags: