How can i determine which .Net features the compact framework has?

此生再无相见时 提交于 2019-12-14 03:09:07

问题


I need to know which classes/types the compact framework supports.

I found this, but it doesn't seem to help much.

Specifically, I need to know if CF supports MultipartFormDataContent, as I need to upload a file from a handheld device to a Web API app.

Does anybody know of a source that shows which classes/types are available in CF?


回答1:


MSDN shows this information. If you go to a page, for example a class, and select the .NET 3.5 version of it, the members of the class will have a PDA icon if it is supported in the CF.

edit:

That class appears to be .NET 4.5+

Version Information .NET Framework Supported in: 4.5.1, 4.5 .NET for Windows Store apps Supported in: Windows 8

Compare that to the Form class for example



来源:https://stackoverflow.com/questions/22024479/how-can-i-determine-which-net-features-the-compact-framework-has

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!