K
Kiran
Hi,
I was wondering if there is any method that I can override on my Object
which will be called when somewhere try's to Query for an interface from my
object. for e.g.
IMyInterface x = myObject as IMyInterface ;
will there be any method that will be called in myObject which can be used
to change the default behavior of this QueryInterface?
Regards
Kiran
I was wondering if there is any method that I can override on my Object
which will be called when somewhere try's to Query for an interface from my
object. for e.g.
IMyInterface x = myObject as IMyInterface ;
will there be any method that will be called in myObject which can be used
to change the default behavior of this QueryInterface?
Regards
Kiran