What are people using JScript.Net for?

前端 未结 12 1954
清酒与你
清酒与你 2020-12-23 13:50

I\'m interested to know who uses JScript.Net and for what sort of applications. Whenever I\'m reading MSDN .Net documentation, I always notice the JScript samples but in all

12条回答
  •  不知归路
    2020-12-23 14:29

    JScript .NET is one of the languages supported for writing application extensions for Sony's family of media editing products. Sound Forge & Vegas.

    In particular Sound Forge has a window that you can use to edit and run scripts to manipulate audio files.

    It turns out the Microsoft made it pretty easy to add scripting to your application using one (or all) of the .NET supported languages. VB, JScript & C#. Just just have to expose some objects from your application and hand those objects (assemblies actually) to the compiler along with the user's script text.

    They have a web forum for script writers for Sound Forge

提交回复
热议问题