Hello,
I need to access COM vtable which have entries of those functions which are exposed to outside world under some specific interface in C#. I've accessed and iterate over the types enclosed in the TLB with LoadTypeLib and playing with ITypeInfo.
Now only thing I need to access one by one those methods inside vtable of COM Interface and need to call them at RUNTIME one by one.
I need COM vtable address and its indexed entries(i.e function addresses).
Regards Usman