How to identify classes that implement an interface?

Posted by AngryHacker on Stack Overflow See other posts from Stack Overflow or by AngryHacker
Published on 2010-06-05T18:37:36Z Indexed on 2010/06/05 18:42 UTC
Read the original article Hit count: 165

Filed under:
|
|
|

I have a VB6 EXE project with a large amount of classes - everything compiles to an EXE, there are not COM DLLs built.

Some of the classes implement the IDataProcessing interface. How can I programmatically determine the classes that implement that interface?

© Stack Overflow or respective owner

Related posts about reflection

Related posts about class