In general, when .net assembly is compiled, it will be converted into Platform independent Intermediate Langaute(IL). When it is executed then only, according to the platform it is running, it will be converted to specific platform native code.
Is the command you mentioned will directly convert to native code of specified platform??
commented on Dec 10 2011 12:56AM