Tagged Questions
3
votes
1answer
127 views
How to implement IObjectSafety programmatically in JScript.NET
tldr; How to mark a JScript.NET dll as safe for scripting?
Consider this JScript.NET library (helloworld1.js):
package helloworld1{
class test1 {
public function test1run(){
return 'This ...