v1.7.0
Version: 1.7.0
Published: 3/4/2016
Change Set: 9f3fdfd
NuGet Package MsieJavaScriptEngine
- Added the
EmbedHostObjectmethod (embeds a instance of simple class, structure or delegate to script code) - Added the
EmbedHostTypemethod (embeds a host type to script code) - Added a possibility to debug in Visual Studio by adding the
debuggerstatement to script code. This feature only works in theChakraIeJsRtandChakraEdgeJsRtmodes. - In JavaScript engine settings was added one new property -
EnableDebugging(defaultfalse) - Improved implementation of the
CallFunctionmethod for Chakra JsRT modes