Hi,

I am trying to use reflection to pull all the method and parameter information from a vc6 COM. I know that i can first wrapped the dll and then use the assembly.load to do it. But is there any way to avoid create the wrapped dll and just perform every things during runtime?

thanks.

regards,
Tze Yang