2004年10月08日
JScriptやVBScriptをプログラムから利用する
COM では IActiveScript を利用する
サンプルはHow to program RubyScript in C++ とか。
C# では Microsoft.Vsa.IVsaEngine を利用する
一番上が一番分かりやすかった。
- Scripting and .NET: Visual Studio for Applications Provides Customized Scripting Facilities for Your .NET Project (MSDN Magazine)
- C# and VSA
- Welcome to the MSDN Library (MSDN)
- BLOG (VB.NET で中国語だけど)
- C# で eval を実現するために JScript を利用 (GotDotNet)
- JScript のグローバルな関数は Reflection を使って呼ぶのは難しい(不可能ではなさそうだが、仕様変更の可能性はある)(http://www.dotnet247.com/247reference/msgs/1/5596.aspx)