What is a multi-file assembly?
An assembly can consist of one or more files called modules. Exactly one of these modules contains the assembly manifest. Note that the files in a multi-file assembly can reside in separate locations and are linked together with the assembly manifest. Multi-file assemblies are rare, and Visual Studio doesn’t directly support their creation. The most common reason for multi-file assemblies is when a single assembly combines code from multiple programming languages.
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 a multi-file assembly?