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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top