O
Ondrej
Hi everybody,
I am starting with C#. I have COM object, which sometimes exposes
IEnumTerminal interface and sometimes it doesn't, because exsistence of this
interface depends on the other factors.
My question is, how may I find out with IAddress interface (interface of my
COM object), whether my COM object exposes the IEnumTerminal interface?
I know, how to do it in other programming languages (using
IAddress->QueryInterface), but I have problem to do it in C#.
Thanks you a lot
Ondrej
I am starting with C#. I have COM object, which sometimes exposes
IEnumTerminal interface and sometimes it doesn't, because exsistence of this
interface depends on the other factors.
My question is, how may I find out with IAddress interface (interface of my
COM object), whether my COM object exposes the IEnumTerminal interface?
I know, how to do it in other programming languages (using
IAddress->QueryInterface), but I have problem to do it in C#.
Thanks you a lot
Ondrej