The steps below describe how to utilize class libraries in Visual Studio.
MyLib.MyClass = new MyLib.MyClass();
Dim newObject as MyLib.MyClass()
using MyLib;
class NewClass;
{
static void Main(string[] args)
{
MyClass = new MyClass();
}
}
imports MyLib
Sub Main()
Dim newObject as MyClass()
End Sub
Webucator provides instructor-led training to students throughout the US and Canada. We have trained over 90,000 students from over 16,000 organizations on technologies such as Microsoft ASP.NET, Microsoft Office, XML, Windows, Java, Adobe, HTML5, JavaScript, Angular, and much more. Check out our complete course catalog.