.NET technology equivalent to VB for Application

G

Guest

Hi, can anybody point me to get more info for developers on a technology in .NET equivalent to VB for Application that allows an application to expose itself as an object hierarchy to the .NET programming environment

Thanks
Vincen
 
F

Fitim Skenderi

You can use reflection to query an assembly about its classes, methods,
members, properties, interfaces, ...

Fitim Skenderi


Vincent Yu said:
Hi, can anybody point me to get more info for developers on a technology
in .NET equivalent to VB for Application that allows an application to
expose itself as an object hierarchy to the .NET programming environment?
 
R

Rob Windsor [MVP]

Make Your Apps Scriptable
Francesco Balena
http://www.fawcette.com/Archives/premier/mgznarch/vbpj/2000/11nov00/cb0011/cb0011.asp

Visual Studio for Applications Provides Customized Scripting Facilities for
Your .NET Project
Chris Sells
http://msdn.microsoft.com/msdnmag/issues/02/08/VisualStudioforApplications/default.aspx

Script Happens .NET
Andrew Clinick
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/scripting06112001.asp

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada


Vincent Yu said:
Hi, can anybody point me to get more info for developers on a technology
in .NET equivalent to VB for Application that allows an application to
expose itself as an object hierarchy to the .NET programming environment?
 

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

Top