Hi, I've made an interface (IExample) and I implements this interface in three classes. I need to determine in runtime which class to use. How do I create this class? I only have the name of the class to create. I've looked around, but no suitable explanation
or solution was found. _Snef_
Snef
Member
15 Points
3 Posts
Late binding?
Dec 22, 2003 04:07 PM|LINK
tomasr
Contributor
4290 Points
852 Posts
Re: Late binding?
Dec 31, 2003 12:15 PM|LINK
tomasr@mvps.org