.NET technology equivalent to VB for Application

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?
 
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?
 
Back
Top