Chapter 6. Assemblies—Libraries and Packages

by Steve Teixeira

IN THIS CHAPTER

Assemblies were introduced in Chapter 2, “Overview of the .NET Framework,” as discrete deployment modules for .NET applications and libraries. Physically, assemblies are PE-format files containing .NET IL code intended for execution. Logically, assemblies form boundaries for scope, type, version, and security in the .NET Framework.

Assemblies can be executable modules (.exe files) or shared libraries (.dll files). Any program, library, ...

Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.