在wp7上动态编译C#代码

发布于 2024-11-05 08:31:10 字数 124 浏览 0 评论 0原文

我需要在我的 WP7 应用程序中动态编译 C# 代码。

通常我会使用 Microsoft.CSharp 和 System.CodeDom 在运行时编译代码,但它们在 wp7 上不可用:(

有什么想法吗?

I need to dynamically compile C# code in my WP7 app.

Normally i would use Microsoft.CSharp and System.CodeDom to compile the code during runtime, but they are unavailable on wp7 :(

Any ideas ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怀念你的温柔 2024-11-12 08:31:10

出于安全原因,您无法在手机上编译代码。它将完全破坏市场验证过程和市场验证过程。如果可以的话。

不过有几个选择。

  1. 使用动态语言,例如 IronRuby。就像 Iron7

  2. 在 a 上编译代码远程服务器响应应用程序中定义的内容。就像在 Pocket C#

  3. 或者创建您自己的DSL。就像在 Touch Studio

For security reasons you can't compile code on the phone. It would completely undermine the marketplace validation process & purpose if you could.

There are a few options though.

  1. Use a dynamic language, such as IronRuby. Just like in Iron7

  2. Compile the code on a remote server in response to what's defined in the app. Just like in Pocket C#

  3. Or create your own DSL. Like in Touch Studio

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文