G
Guest
I have a few C# .NET components which might implement one
or several interfaces, let say I1, I2 and I3.
The unmanaged C++ client consumes this component using
gcroot template pointer. How client application can find out
what interfaces implement certain instance of the pointer?
I need some kind of QueryInterface method which allows me
to query for certain interface. How can I do that if I use gcroot
template? Thanks.
or several interfaces, let say I1, I2 and I3.
The unmanaged C++ client consumes this component using
gcroot template pointer. How client application can find out
what interfaces implement certain instance of the pointer?
I need some kind of QueryInterface method which allows me
to query for certain interface. How can I do that if I use gcroot
template? Thanks.