Re: Difference between Portable Executable (PE) file and a Assembly
- From: Scott Allen <scott@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 01 May 2005 15:48:49 -0400
Hi Mahesh:
PE is a file format.
An assembly is the smallest unit of deployment for .NET applications
and consist of one or more modules. These modules use the PE file
format.
--
Scott
http://www.OdeToCode.com/blogs/scott/
On Sun, 1 May 2005 12:17:05 -0700, suresh_C#
<sureshC@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>Dear All,
>
>What is difference between Portable Executable (PE) file and a Assembly?
>
>Thanks,
>Mahesh
>
>
.
- Follow-Ups:
- References:
- Difference between Portable Executable (PE) file and a Assembly
- From: suresh_C#
- Difference between Portable Executable (PE) file and a Assembly
- Prev by Date: Re: What is a CLR? Is it's a DLL or EXE?
- Next by Date: Re: Relying on client-side validation?
- Previous by thread: Re: Difference between Portable Executable (PE) file and a Assembly
- Next by thread: Re: Difference between Portable Executable (PE) file and a Assembl
- Index(es):
Relevant Pages
|