install time native code generation -
07-01-2003
, 07:19 AM
How to create a native code *.exe from the IL?
A frequent answers are: you don't need it, is incompatible with other
versions of CLR etc.
I would like to accerate the load and run time of my c# app.
And I would like to create the native code during the installation of
my app on target pc. So the app will work on this pc with this CLR
version and there should not be any problems. Is it right?
There is an article in the MSDN "Compiling MSIL to Native Code" with a
mentioning of install-time code generation.
But how to create such an install package?
Please help, if you have experience with it. |