A
Arjang
suppose I have an interface reference IA, to an object implementing let's
say, InterfaceA.
Is it possible to query IA and find out whether some other interface e.g.
IntefaceB is also supported?
Is it possible to get the list of all the interfaces supported from an
InterfaceRefernce and/or from an Object at runtime?
if above are possible then how to do it in C#?
TIA
say, InterfaceA.
Is it possible to query IA and find out whether some other interface e.g.
IntefaceB is also supported?
Is it possible to get the list of all the interfaces supported from an
InterfaceRefernce and/or from an Object at runtime?
if above are possible then how to do it in C#?
TIA