可以在单点触控中动态执行代码吗? [英] Can execute Code Dynamically in monotouch?

查看:20
本文介绍了可以在单点触控中动态执行代码吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 C# .net 中,我们可以使用 System.Codedom.Provider 动态运行代码.同样有可能在 Monotouch (iPhone/iPad) 中动态执行代码.

In C# .net we can run code dynamically by using System.Codedom.Provider. Like the same is there any possibility to execute the code dynamically in Monotouch (iPhone/iPad).

提前致谢,

推荐答案

不可能.首先是因为 Xamarin.iOS 实际工作方式的限制(它不像普通的 .NET 应用程序一样运行,而是编译为普通的 iOS 应用程序)并且因为 security 模型.毕竟,如果行为随时可能发生变化,您就不能宣称应用是安全的或符合法规的.

Not possible. First because the limitation in how Xamarin.iOS actually works (it doesn't run like a regular .NET apps, but instead compiled to a plain iOS app) and because the security model in Apple Appstore. After all, you can't declare an app to be safe or regulation conforming if the behavior could change anytime.

这篇关于可以在单点触控中动态执行代码吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆