P
Paul K
I have a base interface named IBase. Two classes,
CChild1 and CChild2 implement IBase. CChild1 and CChild2
perform the same function but in different ways.
My client application needs to be able to choose either
CChild1 or CChild2 at runtime and create an object of the
class.
I haven't found any way to scan the GAC to see which
assemblies contain components which implement IBase.
Could anyone help me with this?
Paul K
CChild1 and CChild2 implement IBase. CChild1 and CChild2
perform the same function but in different ways.
My client application needs to be able to choose either
CChild1 or CChild2 at runtime and create an object of the
class.
I haven't found any way to scan the GAC to see which
assemblies contain components which implement IBase.
Could anyone help me with this?
Paul K