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

Commented Unassigned: ClearScript, C# and Scheduler [103]

Context: Azure, C#, ClearScript.V8.5.4.5I have a number of C# programs running under the scheduler in an Azure VM. All but two are currently working due to an error which identifies itself by a last...

View Article



New Post: Call JS function with object as parameter

Greetings! There a several ways to go here. Suppose you have a JavaScript function that takes such an object: engine.AddHostType(typeof(Console)); engine.Execute(@" function foo(arg) {...

View Article

New Post: Call JS function with object as parameter

Thanks for the answer. I'll stick with the JSON tunneling then, as I do need performance.

View Article

Updated Wiki: Home

Description ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript.FeaturesSimple usage; create a...

View Article

Edited Unassigned: ClearScript, C# and Scheduler [103]

Context: Azure, C#, ClearScript.V8.5.4.5I have a number of C# programs running under the scheduler in an Azure VM. All but two are currently working due to an error which identifies itself by a last...

View Article


Commented Unassigned: ClearScript, C# and Scheduler [103]

Context: Azure, C#, ClearScript.V8.5.4.5I have a number of C# programs running under the scheduler in an Azure VM. All but two are currently working due to an error which identifies itself by a last...

View Article

Edited Issue: ClearScript, C# and Scheduler [103]

Context: Azure, C#, ClearScript.V8.5.4.5I have a number of C# programs running under the scheduler in an Azure VM. All but two are currently working due to an error which identifies itself by a last...

View Article

Closed Issue: ClearScript, C# and Scheduler [103]

Context: Azure, C#, ClearScript.V8.5.4.5I have a number of C# programs running under the scheduler in an Azure VM. All but two are currently working due to an error which identifies itself by a last...

View Article


Created Unassigned: Put Property Bug [104]

Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...

View Article


Commented Unassigned: Put Property Bug [104]

Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...

View Article

Edited Issue: Put Property Bug [104]

Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...

View Article

Edited Issue: [FIXED] Put Property Bug [104]

Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...

View Article

Commented Issue: [FIXED] Put Property Bug [104]

Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...

View Article


Commented Issue: [FIXED] Put Property Bug [104]

Setting a Value to Put Property outside the Script execution context fails, saying member not found.here is a simple demonstration code:```var e = new VBScriptEngine(); e.Execute(@"class test private...

View Article

New Post: cant access from JSON.Net object properties, items

hi, have a json array and it will be converted to object by JSON.Net. But when im trying to sue it with; obj[0] it fails with result of undefined

View Article


Reviewed: ClearScript 5.4 (Mar 28, 2016)

Rated 5 Stars (out of 5) - great project merging together .net and scripting and filling the huge gap

View Article

New Post: cant access from JSON.Net object properties, items

Hi furesoft, Please provide more info. A code sample would be great. We are not aware of any issues accessing script arrays from the host or vice versa. Thanks!

View Article


New Post: cant access from JSON.Net object properties, items

json:[ {"content", "hello world"} ]var j = Json.parse(result); $alert(j[0],content);

View Article

New Post: cant access from JSON.Net object properties, items

Hi again, There are several issues with the above. The JSON sample isn't proper JSON, and the code sample (assuming it's JavaScript) seems to have at least one typo and is unlikely to work unless Json...

View Article

New Post: Func and delegate

Hi, I saw that the following code works : C# :public class ScriptAPI { public MyMethod(Func<string, object> aFunc) { MessageBox.Show(aFunc("123").ToString()) } }...

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images