Download V8.NET

Description

A fairly non-abstracted wrapper for Google's V8 JavaScript engine.

Source Files

The download file v8dotnet.zip has the following entries.


.gitattributes//ww  w  . j a  v a 2 s.  com
.gitignore
Release/.NET 3.5/V8.Net.SharedTypes.XML
Release/.NET 3.5/V8.Net.SharedTypes.dll
Release/.NET 3.5/V8.Net.XML
Release/.NET 3.5/V8.Net.dll
Release/.NET 3.5/x64/V8.Net.Proxy.Interface.x64.dll
Release/.NET 3.5/x64/V8_Net_Proxy_x64.dll
Release/.NET 3.5/x64/V8_Net_Proxy_x64.exp
Release/.NET 3.5/x64/V8_Net_Proxy_x64.lib
Release/.NET 3.5/x64/V8_Net_Proxy_x64.map
Release/.NET 3.5/x64/msvcp110.dll
Release/.NET 3.5/x64/msvcr110.dll
Release/.NET 3.5/x64/v8-x64.dll
Release/.NET 3.5/x64/vccorlib110.dll
Release/.NET 3.5/x86/V8.Net.Proxy.Interface.x86.dll
Release/.NET 3.5/x86/V8_Net_Proxy_x86.dll
Release/.NET 3.5/x86/V8_Net_Proxy_x86.exp
Release/.NET 3.5/x86/V8_Net_Proxy_x86.lib
Release/.NET 3.5/x86/V8_Net_Proxy_x86.map
Release/.NET 3.5/x86/msvcp110.dll
Release/.NET 3.5/x86/msvcr110.dll
Release/.NET 3.5/x86/v8-ia32.dll
Release/.NET 3.5/x86/vccorlib110.dll
Release/.NET 4.0/V8.Net.Console.exe
Release/.NET 4.0/V8.Net.Console.exe.config
Release/.NET 4.0/V8.Net.Console.vshost.exe
Release/.NET 4.0/V8.Net.Console.vshost.exe.config
Release/.NET 4.0/V8.Net.Console.vshost.exe.manifest
Release/.NET 4.0/V8.Net.SharedTypes.XML
Release/.NET 4.0/V8.Net.SharedTypes.dll
Release/.NET 4.0/V8.Net.XML
Release/.NET 4.0/V8.Net.dll
Release/.NET 4.0/x64/V8.Net.Proxy.Interface.x64.dll
Release/.NET 4.0/x64/V8_Net_Proxy_x64.dll
Release/.NET 4.0/x64/V8_Net_Proxy_x64.exp
Release/.NET 4.0/x64/V8_Net_Proxy_x64.lib
Release/.NET 4.0/x64/V8_Net_Proxy_x64.map
Release/.NET 4.0/x64/msvcp110.dll
Release/.NET 4.0/x64/msvcr110.dll
Release/.NET 4.0/x64/v8-x64.dll
Release/.NET 4.0/x64/vccorlib110.dll
Release/.NET 4.0/x86/V8.Net.Proxy.Interface.x86.dll
Release/.NET 4.0/x86/V8_Net_Proxy_x86.dll
Release/.NET 4.0/x86/V8_Net_Proxy_x86.exp
Release/.NET 4.0/x86/V8_Net_Proxy_x86.lib
Release/.NET 4.0/x86/V8_Net_Proxy_x86.map
Release/.NET 4.0/x86/msvcp110.dll
Release/.NET 4.0/x86/msvcr110.dll
Release/.NET 4.0/x86/v8-ia32.dll
Release/.NET 4.0/x86/vccorlib110.dll
Release/.gitignore
Release/VC/x64/msvcp110.dll
Release/VC/x64/msvcp110d.dll
Release/VC/x64/msvcr110.dll
Release/VC/x64/msvcr110d.dll
Release/VC/x64/vccorlib110.dll
Release/VC/x64/vcomp110d.dll
Release/VC/x86/msvcp110.dll
Release/VC/x86/msvcp110d.dll
Release/VC/x86/msvcr110.dll
Release/VC/x86/msvcr110d.dll
Release/VC/x86/vccorlib110.dll
Release/VC/x86/vccorlib110d.dll
Source/V8.NET-Console/App.config
Source/V8.NET-Console/Program.cs
Source/V8.NET-Console/Properties/AssemblyInfo.cs
Source/V8.NET-Console/V8.Net-Console.csproj
Source/V8.NET-Proxy/Exports.cpp
Source/V8.NET-Proxy/FunctionTemplateProxy.cpp
Source/V8.NET-Proxy/HandleProxy.cpp
Source/V8.NET-Proxy/ObjectTemplateProxy.cpp
Source/V8.NET-Proxy/Platform.h
Source/V8.NET-Proxy/ProxyTypes.h
Source/V8.NET-Proxy/Utilities.cpp
Source/V8.NET-Proxy/V8.Net-Proxy-32.rc
Source/V8.NET-Proxy/V8.Net-Proxy-64.rc
Source/V8.NET-Proxy/V8.Net-Proxy-x64.vcxproj
Source/V8.NET-Proxy/V8.Net-Proxy.vcproj
Source/V8.NET-Proxy/V8.Net-Proxy.vcxproj
Source/V8.NET-Proxy/V8.Net-Proxy.vcxproj.filters
Source/V8.NET-Proxy/V8/.gitignore
Source/V8.NET-Proxy/V8/AddLine.cmd
Source/V8.NET-Proxy/V8/ReadMe.txt
Source/V8.NET-Proxy/V8/UpdateGYP.cmd
Source/V8.NET-Proxy/V8/V8Update.cmd
Source/V8.NET-Proxy/V8EngineProxy.cpp
Source/V8.NET-Proxy/ValueProxy.cpp
Source/V8.NET-Proxy/resource.h
Source/V8.NET-ProxyInterface/Properties/AssemblyInfo.cs
Source/V8.NET-ProxyInterface/ProxyLoader.cs
Source/V8.NET-ProxyInterface/V8.Net-ProxyInterface-3.5.csproj
Source/V8.NET-ProxyInterface/V8.Net-ProxyInterface-x64-3.5.csproj
Source/V8.NET-ProxyInterface/V8.Net-ProxyInterface-x64.csproj
Source/V8.NET-ProxyInterface/V8.Net-ProxyInterface-x86-3.5.csproj
Source/V8.NET-ProxyInterface/V8.Net-ProxyInterface-x86.csproj
Source/V8.NET-ProxyInterface/V8.Net-ProxyInterface.csproj
Source/V8.Net - VS2008.sln
Source/V8.Net-SharedTypes/Binding.cs
Source/V8.Net-SharedTypes/Enums.cs
Source/V8.Net-SharedTypes/NativeTypes.cs
Source/V8.Net-SharedTypes/Properties/AssemblyInfo.cs
Source/V8.Net-SharedTypes/V8.Net-SharedTypes-3.5.csproj
Source/V8.Net-SharedTypes/V8.Net-SharedTypes.csproj
Source/V8.Net.userprefs
Source/V8.Net/Exceptions.cs
Source/V8.Net/FunctionTemplate.cs
Source/V8.Net/Handle.cs
Source/V8.Net/Handles~.cs
Source/V8.Net/IndexedObjectList.cs
Source/V8.Net/InternalHandle.cs
Source/V8.Net/JSProperty.cs
Source/V8.Net/ObjectTemplate.cs
Source/V8.Net/Properties/AssemblyInfo.cs
Source/V8.Net/Utilities/Exceptions.cs
Source/V8.Net/Utilities/ObservableWeakReference.cs
Source/V8.Net/Utilities/Utilities.cs
Source/V8.Net/V8.Net-3.5.csproj
Source/V8.Net/V8.Net.csproj
Source/V8.Net/V8Engine.cs
Source/V8.Net/V8Engine_Binding.cs
Source/V8.Net/V8Engine_Handles.cs
Source/V8.Net/V8Engine_Handles~.cs
Source/V8.Net/V8Engine_Objects.cs
Source/V8.Net/V8Engine_Tests.cs
Source/V8.Net/V8Engine_Worker.cs
Source/V8.Net/V8Function.cs
Source/V8.Net/V8ManagedObject.cs
Source/V8.Net/V8NativeObject.cs
Source/V8.Net/VersionUpdater.dll
V8.Net.sln

Download

Click the following link to download v8dotnet.zip.

v8dotnet.zip




















Home »
  C# Free Code »
    Web »




AJAX
Blog
DotNetNuke
Email
HTML
Http
IIS
JavaScript
jQuery
RSS
URL
VoIP
Web
WebSite
WebSocket