Cur*_*ous 15 .net c# namespaces
我看到大多数类型.NET framework分布在3个不同的命名空间(可能更多),一个开头,另一个开头Microsoft,System第三个开头Windows.
例如,有Windows.System.Threading.ThreadPool和System.Threading.ThreadPool.
Is there a clear cut semantic difference on this design?
Jon*_*eet 19
Microsoft.* 命名空间通常是.NET命名空间,用于特定于Windows的功能,例如注册表访问
System.* 名称空间是"正常"的.NET系统名称空间
Windows.* 命名空间通常是Windows Runtime aka WinRT的一部分(适用于Windows 8商店应用程序,Windows Phone 8)
| 归档时间: |
|
| 查看次数: |
290 次 |
| 最近记录: |