我有一个 .Net 4.0 应用程序,我需要提高在部分信任环境中运行的代码的性能。具体来说,我想消除运行时 JIT 的需要。通常这是使用 NGEN ( http://http://msdn.microsoft.com/en-us/library/6t9t5wcf(v=vs.100).aspx ) 完成的,但这不适用于以部分信任运行的程序集. 我还有其他选择吗?
Native images that are generated with Ngen.exe can no longer be loaded into
applications that are running in partial trust.