November 2012
Intermediate to advanced
896 pages
32h 31m
English
In this chapter:
CLR Projections and WinRT Component Type System Rules
Defining WinRT Components in C#
Windows 8 comes with a new class library allowing applications to access operating system functionality. The formal name for this class library is the Windows Runtime (WinRT) and its components are accessible using the WinRT type system. WinRT has many of the same goals that the Common Language Runtime (CLR) had when it was first introduced, such as simplifying application development and allowing code implemented in different programming languages to easily interoperate with one another. Specifically, Microsoft supports consuming WinRT components from native C/C++, JavaScript ...
Read now
Unlock full access