//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ using System; using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("EdgeJs")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright 2015 Tomasz Janczuk")] [assembly: System.Reflection.AssemblyDescriptionAttribute(@"With Edge.js you can script Node.js in a .NET application. Edge.js allows you to run Node.js and .NET code in one process. You can call Node.js functions from .NET and .NET functions from Node.js. Edge.js takes care of marshalling data between CLR and V8. Edge.js also reconciles threading models of single threaded V8 and multi-threaded CLR. Edge.js ensures correct lifetime of objects on V8 and CLR heaps. This Edge.js NuGet package supports scripting Node.js v6.5.0.")] [assembly: System.Reflection.AssemblyFileVersionAttribute("9.3.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("9.3.0")] [assembly: System.Reflection.AssemblyProductAttribute("EdgeJs")] [assembly: System.Reflection.AssemblyTitleAttribute("EdgeJs")] [assembly: System.Reflection.AssemblyVersionAttribute("9.3.0.0")] // 由 MSBuild WriteCodeFragment 类生成。