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