' Compile from command line with:' VBC /t:library Dog.vbOption Strict OnPublic Class Dog Private Name As String Public Sub New(name As String) End SubEnd Class