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 ArticleNew 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 ArticleNew 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 ArticleUpdated 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 ArticleEdited 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 ArticleCommented 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 ArticleEdited 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 ArticleClosed 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 ArticleCreated 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 ArticleCommented 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 ArticleEdited 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 ArticleEdited 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 ArticleCommented 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 ArticleCommented 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 ArticleNew 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 ArticleReviewed: 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 ArticleNew 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 ArticleNew Post: cant access from JSON.Net object properties, items
json:[ {"content", "hello world"} ]var j = Json.parse(result); $alert(j[0],content);
View ArticleNew 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 ArticleNew 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