Glossary:Definition - Assembly

From C# Online.NET (CSharp-Online.NET)—your free C# and .NET encyclopedia


Jump to: navigation, search
 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.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools
C# Entry Points