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

/baseaddress (Specify Base Address of DLL) (C# Compiler Options)

Creating a Class to Hold DLL Functions

Why Don't My DLL Breakpoints Work?

Debugging DLL Projects

See Also

Concepts

C# Programming Guide

Other Resources

C# Reference