managed code from vbs?

  • Thread starter Thread starter Paul S
  • Start date Start date
P

Paul S

Can you execute managed code from visual basic script?
Could I instantiate a .net class from vbs?
Yes, the client has the framework loaded.
 
* "Paul S said:
Can you execute managed code from visual basic script?
Could I instantiate a .net class from vbs?
Yes, the client has the framework loaded.

I didn't test it, but it will work if the assembly is registered for COM
interop and classes/members are made visible to COM.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top