Search notes:

csc -link

csc -link:/path/to/assembly.dll makes the COM type information in assembly.dll available to the project being compiled.
This is practical for COM-Interop projects because the application is not dependent on a PIA (Primary Interop Assembly) when running on the target machine.

See also

-link (like -reference) uses the csc.rsp file.
Many assembles that can be linked to are found in the GAC under C:\Windows\Microsoft.NET\assembly.

Index