P Paul Selormey Sep 6, 2004 #1 Hello All, Is there any equivalent to the /fx C++ compiler option for C#? Best regards, Pau.
P Paul Selormey Sep 7, 2004 #3 /Fx produces a copy of each source file with injected code merged into the source. If you are taking about the spelling, I mean /Fx. Best regards, Paul.
/Fx produces a copy of each source file with injected code merged into the source. If you are taking about the spelling, I mean /Fx. Best regards, Paul.
S Sherif ElMetainy Sep 7, 2004 #4 Hello AFAIK the C# compiler doesn't perform an code injection. When there are custom attributes, the C# compiler serializes them and store them in the assemblies metadata. Best regards, Sherif
Hello AFAIK the C# compiler doesn't perform an code injection. When there are custom attributes, the C# compiler serializes them and store them in the assemblies metadata. Best regards, Sherif