In .Net4.5 we have namespaces starts with “system” and ‘WinRT & Metro style API’ namespace starts with “windows”.
My question is, are the classes that fall in “WinRT/Metro API” (classes in windows namespace) Managed code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, I think now I have the answer,
The metro style API’s are subset of CLR so it is managed.
The WinRT API are at OS level (Kind of COM based) so those are UnManaged.
However, both starts with same namespeace “windows.xxxxx.xx”