I just wanted to know if Jint (Javascript Interpreter for .NET) works on MonoTouch. I have a project on MonoDevelop where I use the Jint library and I just wanted to figure out if I can use it with MonoTouch. Is there any tutorial that I can look into on how to use it?
相关问题
- System.IO.MemoryMappedFiles on MonoTouch?
- Is it possible to use NSUbiquitousKeyValueStore wi
- Monotouch PInvoke System.EntryPointNotFoundExcepti
- MonoTouch.Dialog: Dismissing a Keyboard
- Gradient as a Buttons BorderColor?
相关文章
- How to use native C++ libraries in Mono for Androi
- UTF-16 safe substring in C# .NET
- How to programmatically select a row in UITableVie
- Get control's dimensions in CustomRenderer (Xa
- Streaming audio from microphone in iPhone using Xa
- example of parsing a receipt for an in-app purchas
- What does it mean if the garbage collector is “mor
- How to I bind to the iOS Foundations function NSLo
You will have to replace all the calls to reflection.emit with pure reflection in the file ProxyHelper.cs, if you want to keep the interaction between the C# and JavaScript world.
If you do not need the interaction, you could just comment the internal of the methods.
Regular expression cannot be compiled.
It looks like it is possible, but with some modifications to Jint.
This describes what other people have had to do to make it work.