Glossary:Definition - Assembly
From C# Online.NET (CSharp-Online.NET)—your free C# and .NET encyclopedia
| Term | Assembly | |
| Definition | Assemblage of files comprising a .NET application. Files include the deployment information, resource, security management, sharing, versioning, and the executable MSIL code. An assembly may reside in a single .DLL or .EXE file or multiple files. | |
| See also | Assembly manifest, Private assembly, Shared assembly | |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||