Hi all,
I like to dynamically check if an object implements a particular interface.
Currently I am doing:
Ctype(Object, IInterface)
If the object implements the interface it will not throw an error... Is
there a better way I can do this via System.Reflecti on?
Thanks!
--
Lucas Tam (REMOVEnntp@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
I like to dynamically check if an object implements a particular interface.
Currently I am doing:
Ctype(Object, IInterface)
If the object implements the interface it will not throw an error... Is
there a better way I can do this via System.Reflecti on?
Thanks!
--
Lucas Tam (REMOVEnntp@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Comment