i have a desktop application and i really want to use some APIs that are only available in their Javascript version…. (Waze API/Google Earth API),
my question … what is the best way if you think its possbile and worth it to perform this bridge between my C# desktop app with this javascript API ?
i have a desktop application and i really want to use some APIs that
Share
You can execute JScript from C#. Add a reference to Microsoft.JScript and use something like this: