In VC# 2010 Express, if I create a Class Library, is that, or does it become a DLL?
Suppose you have a class defined in a Class Library. When you instantiate the class, does that load the DLL for that library?
Printable View
In VC# 2010 Express, if I create a Class Library, is that, or does it become a DLL?
Suppose you have a class defined in a Class Library. When you instantiate the class, does that load the DLL for that library?
Yes.