Build with the following command-line switches: csc /t:library DllTestServer.cs : DLL « Development Class « C# / C Sharp
- C# / C Sharp
- Development Class
- DLL
Build with the following command-line switches: csc /t:library DllTestServer.cs
public class DllTestServer
{
public static void Foo()
{
System.Console.WriteLine("DllTestServer.Foo (DllTestServer.DLL)");
}
}
Related examples in the same category