How do I traverse the methods and their properties contained in the DLL?

Using preferably JScript, but VBscript will also do, how can you traverse the DLL getting the properties and their attributes contained in it? What for? Because it would be helpful to define the attributes of certain objects, such as their datatypes at runtime, rather than trying to hardcode them ahead of time. An example of using them would be to initialize fields with their default values, such as spaces for strings, zeros for binaries, and the current date.

Cheers, John

0


source to share


1 answer


VBSEdit will at least show you the DLL methods and properties for VBScript when creating an object of this type in the script.



+1


source







All Articles