Answer to Q # 1
Yes, you can interact with Javascript logic working in Chakra with C # through COM.
In particular, from a C # program, you can run Chakra through IActiveScript, load some Javascript / ES5 code into it, and then call the methods defined in this Javascript using the COM IDispatch pointer.
Connected:
Answer to Q # 2
As far as I know, no, you cannot install Chakra without installing IE9. However, you can design your C # application to gracefully degrade to use the existing JScript engine for computers without a chakra.
source share