quick way to tell if a object implements an interface?

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Is there a quick way to tell if an instanciated object implements a specific
interface? thanks!
 
Brian,

Brian Henry said:
Is there a quick way to tell if an instanciated object implements a
specific interface?

\\\
If TypeOf x Is IFoo Then
...
End If
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top