Will a DLL created in VB.NET be an InProcess Component or OutProcess Component?

I want to know the behavior of a DLL created using VB.NET. Will it be an InProcess Component or OutProcess Component, and how it will work?
If you are creating the .NET assembly as a DLL and serving up COM interfaces, you'll be an in process component.

This was first published in March 2004