C# DLLs (C# Programming Guide)
You can use Visual C# to create DLLs that are callable by other .NET applications and by unmanaged code.
In This Section
- How to: Create and Use C# DLLs (C# Programming Guide)
Shows how to create class library projects in Visual C#.
Related Sections
/baseaddress (Specify Base Address of DLL) (C# Compiler Options)
Creating a Class to Hold DLL Functions
Why Don't My DLL Breakpoints Work?