What is Assembly Linking?
You can use Dotfuscator to link multiple input assemblies into one or more output assemblies. For example, if you have input assemblies A, B, C, D, and E, you can link assemblies A,B, and C and name the result F. At the same time, you can also link D and E and name the result G. The only rule is that you can’t link the same input assembly into multiple output assemblies. See this article to read more about assembly linking and how it can protect, shrink and improve your applications. The linking feature is fully integrated with the rest of Dotfuscator, so in one step, you can obfuscate, remove unused types, methods, and fields, and link the result into one assembly. If you have other input assemblies that reference the assemblies you are linking together, Dotfuscator will transparently update all the assembly and type references so the output assemblies will correctly work together.
Related Questions
- Is the implementation of EBG structures into printed circuit boards something that can be done with standard PCB design and assembly processes, or would a new tool set need to be developed?
- How does dbVar place data submitted on one assembly (e.g., NCBI36) on other assemblies (e.g., GRCh37)?
- What is Assembly Linking?