Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个工作:
Microsoft.JScript.Vsa.VsaEngine engine = Microsoft.JScript.Vsa.VsaEngine.CreateEngine(); string js = "15+10"; var result = Microsoft.JScript.Eval.JScriptEvaluate(js, engine);
现在我想从 C# 传递一些对象。可能吗?
任何帮助表示赞赏。