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