I want to know what is .PE file in .net projects, is it project specic and generated for each project once we compile it. Also .PE file keeps metadata+manifest info for a assemble. Also i am confuse on is there for each class in project CLR generates a .dll.
It is not a file but the first section of any executeable file that the OS loads.
All windows executeables contain a PE header, in .NET executeables the header invokes the CLR virtual machine that .NET runs under (or gives you the error message saying you do not have .NET installed if you are targeting a version of .NET that is missing on the machine).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With