Quantcast
Channel: ClearScript
Browsing all 2297 articles
Browse latest View live

Created Unassigned: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article



Edited Issue: [V8 bug] Issue with memory leaking scripts: 5.3.9 vs 5.3.10 [32]

Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...

View Article

Commented Issue: [V8 bug] Issue with memory leaking scripts: 5.3.9 vs 5.3.10...

Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...

View Article

Edited Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article

Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article


Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article

Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article

Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article


Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article


Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article

Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article

Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article

New Post: Passing javascript objects to c# native code

I am currently trying to pass a js array to a C# method. Engine.AddHostObject("plotUtility", plotUtility); Engine.Evaluate("myData = [ [1,2], [3,4],[5,8] ]" ); .... Engine.Evaluate("plotUtility.plot(...

View Article


New Post: Passing javascript objects to c# native code

Greetings! ClearScript was designed to provide direct access to script objects, without data conversion. For example, you could write your C# class as follows:publicclass ConsolePlotUtility {...

View Article

Commented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]

I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...

View Article


New Post: Re-using script object

Hi, I'm using a library (CSG.js) and I need to call it from .Net. I instantiate a few objects and do operation on them. The information on what object and how I combine them comes from .Net. I'm having...

View Article

New Post: Re-using script object

Hi ssylvain, First, you probably need to add a return statement to DoStuff; otherwise it returns undefined. Next, you're getting the error because v1 is a .NET variable, but engine.Script.v1 tries to...

View Article


New Post: Strong Name

Hi, Is it possible to get a strong named version of ClearScript? I want to use it in a Visual Studio extension, which requires the assembly (and hence all its dependencies) to be signed. I'm currently...

View Article

New Post: Strong Name

Hi Dan15, We'll take a look at strong naming for the next release. Originally we weren't sure about the value of strong naming in an open-source project, since we'd be distributing the private key....

View Article

New Post: Async/Await during script execution

I am exposing numerous C# objects to ClearScript using the async/await keywords because they are performing I/O. Will ClearScript properly handle asynchronous methods by returning the thread to the...

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images