If I understand Stevens correctly he wants to modify IL code. System.Reflection.Emit should be used to generate a new memory-only assembly on the fly. Modifying a loaded assembly is not supported, but monodis and ilasm can be used for example to modify an assembly that is not loaded.
Kornél ----- Original Message ----- From: "Andreas Nahr" <[EMAIL PROTECTED]> To: "mono-devel" <[email protected]>; <[EMAIL PROTECTED]> Sent: Thursday, August 18, 2005 10:26 AM Subject: Re: [Mono-dev] Mono and bytecode enhancement Mono does not use any bytecode. Do you mean loading bytecode using ikvm or do you mean loading IL from mono? What kind of "enhancements" are you looking for? Greets Andreas ----- Original Message ----- From: [EMAIL PROTECTED] To: mono-devel Sent: Wednesday, August 17, 2005 3:16 PM Subject: [Mono-dev] Mono and bytecode enhancement Hi All, is there a way to enhance bytecode a loading time in Mono? Best Regards, Stevens DISCLAIMER : This email and any files transmitted with it, including replies and forwarded copies (which may contain alterations) subsequently transmitted from the sender, are confidential and solely for the use of the intended recipient. The contents do not represent the opinion of the sender except to the extent that it relates to their official business. ------------------------------------------------------------------------------ _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list --------------------------------------------------------------------------------
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
