Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / April 2005

Tip: Looking for answers? Try searching our database.

How MSIL differ from .Net PE files

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Balaji - 31 Mar 2005 12:43 GMT
hi folks,
How MSIL differ from .Net PE file?
Is .NET PE is native CODE?
what is teh use of PE file .....

Is there is any tool by which we can create .Net PE file>

Thanks on advance
Cowboy (Gregory A. Beamer) - MVP - 31 Mar 2005 14:17 GMT
PE = portable executable

If you take a simple, single file assembly, as a PE, it has assembly info,
as well as the IL code. The tool to create a PE, in .NET, is one of the
compilers.

Now, if you are talking creating a standard COM PE, you cannot do that in
.NET. You can wrap the .NET assembly in a COM wrapper, but you will still
have to have .NET installed to run the assembly.

Hope this helps.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

> hi folks,
> How MSIL differ from .Net PE file?
[quoted text clipped - 4 lines]
>
> Thanks on advance
Mona - 31 Mar 2005 14:50 GMT
Hello Balaji,

.NET PE files, that is,Microsoft Windows portable executable dlls or exes
contain the MSIL.
Compilers for languages, such as the Microsoft Visual C#? development tool
and
Microsoft Visual Basic? .NET development system, output Microsoft
intermediate
language (MSIL) instructions, which are contained in standard Microsoft
Windows
portable executable (PE) .dll or .exe files. When the assembly is loaded and
a method is
called, the method's MSIL code is compiled by a just-in-time (JIT) compiler
into native
machine instructions, which are subsequently executed. Methods that are
never called are not JIT-compiled.

You can refer to the following link for more details:

[.NET Security Fundamentals]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/sec
mod79.asp


HTH

Mona

> hi folks,
> How MSIL differ from .Net PE file?
[quoted text clipped - 4 lines]
>
> Thanks on advance
Balaji - 12 Apr 2005 11:54 GMT
Hi mona,

Thanks for The reply.
The link given by also it's useful

> Hello Balaji,
>
[quoted text clipped - 30 lines]
> >
> > Thanks on advance

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.