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 / Languages / JScript / July 2003

Tip: Looking for answers? Try searching our database.

jscript.NET compilation question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Geiregat Jonas - 09 Jul 2003 18:22 GMT
I'm asking myself when you compile a jscript.NET app.
What happends behind the sence's
Richie Meyer - 09 Jul 2003 23:06 GMT
Just like VB.NET or C#, a JScript.NET application is compiled down to an
assembly.  The assembly is either a command line executable or a library
(if compiled with the /t:library switch).  In .NET, assemblies are made up
of low level code, almost in the same was as a native executable is made up
of machine code.  The difference is that native executables are machine
dependant and when disassembled the result is native Assembly language,
.NET executables are not machine dependent and when disassembled the result
MSIL code.

When a JScript.NET program is run, the assembly is then quickly converted
into native instructions (using whatever optimizations are available for
the platform the program runs on).

If you want to see the insides of compiled program you can always use the
disassembler (ildasm.exe) provided by Microsoft, it's in the SDK directory.

MSIL: Microsoft Intermediate Language - in simplest terms this can be
thought of as a machine independent assembly language.

--------------------
>>From: "Geiregat Jonas" <eniac@sdf-eu.org>
>>Subject: jscript.NET compilation question
[quoted text clipped - 11 lines]
>>X-Complaints-To: usenet-abuse@skynet.be
>>Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!kibo.news.demon.net!demon!newshub1.home.nl!home.nl!skynet.be!skynet.be!
louie!tlk!not-for-mail
>>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.jscript:5122
>>X-Tomcat-NG: microsoft.public.dotnet.languages.jscript
>>
>>I'm asking myself when you compile a jscript.NET app.
>>What happends behind the sence's

Signature

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note:  For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.


Rate this thread:







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.