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# からいくつかのオブジェクトを渡したいと思います。出来ますか?
どんな助けでも感謝します。