Home > Software engineering >  How do vb6 reflection DLL file?
How do vb6 reflection DLL file?

Time:10-07

Such as: given a vb compiled DLL absolute path, then can get the DLL files in the project name and all the name of the class module

CodePudding user response:

F2, VB itself is a similar function,
Online also has a code,

CodePudding user response:

The Assembly. LoadFrom to load the DLL
The Assembly. The GetTypes get type
The Getmethods GetProperties the GetFields get methods, such as, attributes, field

CodePudding user response:

The understanding of # 1 and # 2 seems to be different
  •  Tags:  
  • API
  • Related