Assembly and PE file
Hi,
I am new in this .net world. Can any body plzz tell me what is the difference between Assembly and PE file. Both are same? cos in 2 or 3 sites I found that "In the Microsoft Windows implementation of .NET, an assembly is a PE (portable executable) file".
Plzz help me.
kiran mahamkaliPosted Jul 3, 2007, 4:17 AM
http://en.wikipedia.org/wiki/Portable_Executable
subhajit bhaduryPosted May 16, 2007, 5:47 AM
Kaushik VatsaPosted May 16, 2007, 5:25 AM
PE file follow certain format and specifications , through which files are loaded into memory via the Windows loader . So does assembly gets loaded as it is a type of PE file .