Can VSA expose objects which are instanced instead of making the members
global/static?
Also, is it possible to expose enumerations?
Thanks
...
more >>
I am trying to expose a C# class to JScript/VBScript, and the members of the
class would be in the global namespace. I can see after building everything
(minus compiling the code), my exposed C# class does have ExposeMembers as
true:
Microsoft.JScript.VsaItem
ExposeMembers true
Ty...
more >>
Hi,
I'm aware of the various problems with not being able to reclaim memory used
by the Compile() method in VSA. However, it seems like the minimum memory
used by that operation is quite high.
Here the code to a simple console app. Every time runScript() is executed
the memory used (accordi...
more >>
I contacted Summit to obtain a VSA license and they told me that Microsoft
had recently informed them to stop licensing VSA.
Does somebody know when Microsoft will start licensing VSA again ?
J.Colombo
...
more >>
Hi,
I have a requirement of using the JScript.NET eval method in my C# code.
Currently, I have a .js file which defines a class and one method that does
the eval and I have compiled this to a dll and is being used in my C# code.
I would like to use Vsa to do this so that I can do it in my ...
more >>