New Message on dotNET User Group Hyd

Question Of The Day !!!! -- (22-02-2006) -- C#

Reply
  Reply to Sender   Recommend Message 2 in Discussion
From: Star_Venkat

Native Image - An analysis:
 
           *  A Native Image is a compatible view of an application and it can be created by using Ngen tool(Native Image Generator tool).
 
            *  Native Image gets stored in the NativeImageCache(PerMachineGlobalStorage) a secured folder which is associated with the Global Assembly Cache.(Its a reserved portion)
 
            *   The Native image can be created by using the command
 
                         path:\> ngen  (applicaiton.dll) or (application.exe)
   
            *   While executing an application the run time will consider the native image (if a native image is generated for an application) instead of converting the MSIL code to native code which imparts the speed of exection for an application.
 
            *    The Main reason for creating Native Images is to reduce the work performing by the JIT Compiler but on the other side it loses the inherent properties associated with JIT Compilation.
 
             * If you want to see the Native Image (Whether its installed or not) you can execute the following command in the Visual Studio .net Command Prompt    -------------  ngen /show <application.dll>(or)<application.exe).  It will show the properties associated with the Native Image and its reference applciation(exe or dll) 
 
 
Regards
J.Venkatesan Prabu
HCL Technologies.
Chennai.

View other groups in this category.


To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to