Is it possible to import a Class from a DLL. Some of the information I have seen on line people seem to be referring to the class as the dll and only import functions from the class.

What I'm looking to do is import the entire class from the Dll and use it in my code. Is this possible?