What are the features that are disabled in Mono's iOS Runtime:?

 Posted by Rajnilari2015 on 9/18/2015 | Category: .NET Framework Interview questions | Views: 1659 | Points: 40
Answer:

The below are the disabled features:

a) Reflection.Emit (since iPhone's kernel doesnot support dynamic code generation)

b) COM bindings (because on Xamarin.iOS, Remoting stack is unavailable)

c) The JIT engine (Since it uses Ahead-of-Time (AOT) compiler for the code compilation that compiles Xamarin.iOS applications directly to native ARM assembly code)

d) Profiler (because on Xamarin.iOS, Remoting stack is unavailable).

e) Metadata verifier (as there is no JIT)


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response