Assemblies, the .NET Packaging System

The assembly is the .NET component packaging medium. An assembly contains the intermediate code generated by the different sources for a particular component—the metadata for the components and all the extra files and information needed to run the component. Each assembly has a manifest that enumerates the files in the assembly and defines on what other assemblies the component depends. The manifest also holds information about what is exposed to users of the assembly.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.168.214