Build a scripting language

Level:
Level4

In this source code sample we learn how to examine a class module at run-time in Visual Basic. When I say examine, I mean the ability to get information on all public members (properties and methods) of a class. This information includes the actual string name of the member, the type (property let, property get, property set, method), parameter data, return type data, and more. On top of all that, we're then going to look at how to dynamically call methods and set/retrieve properties, using this information. All of this is accomplished without knowing a thing about the class at design time. Crazy go nuts! I highly recommend reading our VB6 Tutorial to build a scripting language.

 

Download Visual Basic source code sample  

Comments

Virus

Don't go to the site that hamidjooooooon says, my AVG Antivirus said it was a virus.

program

thanks your site is very good please download my program in C#.net in http://8gerd.tk

Oh wow.

Omg. this is so awesome!

THANK YOU GODS OF VB6.US!!!!

-Lithium

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post block code using <blockcode [type="language"]>...</blockcode> tags. You may also post inline code using <code [type="language"]>...</code> tags.

More information about formatting options