access a method of a class instantiated using Reflection
- by ZX12R
I am trying to do dynamic instantiating using strings rather than strongly typed names.
So the obvious choice was to use Reflection.
It is working fine. The class has a method. How am supposed to access this method using the object returned by the CreateInstance method?
thanks in advance