共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > CrossNet |
CrossNet
|
0 | 0 | 1 |
贡献者 | 讨论 | 代码提交 |
CrossNet is a cross platform .NET Runtime.
It parses .NET assemblies and generates unmanaged C++ code that can be compiled on any standard C++ compiler.
More than 95% of the .NET 2.0 features are actually "emulated" in C++. CrossNet does not produce managed C++, the generated code is pure C++ ANSI.
Even if that's only an emulation of .NET behavior, the performance and memory usages are usually in the same range as C++ / .NET.