How to invoke a method of a module using reflection?

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

Hi,

In my program, I have a loaded assembly that contains a
module (not a class, not a form, but a module). I need to
use reflection to invoke a method in this module and pass
some parameters to it. How do I do this? I tried various
things but they didn't work for me. Can someone show me
how to do this? Some simple code samples would even be
better.

Thanks!
 
Back
Top