i want to change mscorlib classes on .net and change an application so
that if it uses a class from mscorlib now it will use the same class
but from the changed assembly

On 30 אוקטובר, 16:16, "Jb Evain" <[EMAIL PROTECTED]> wrote:
> Hey,
>
> On 10/30/08, hufman <[EMAIL PROTECTED]> wrote:
>
> >  I'm have an application using types from mscorlib.dll, such as Object,
> >  DataTime etc. I want to add a field to all the types defined in that
> >  assembly and that the original application will use the changed types.
> >  can i do that by coping mscorlib.dll assembly change the copy and then
> >  change the original application references to use my new assembly? if
> >  so how can it be done?
>
> You mean you want to change the mscorlib classes? And make the
> application use this modified mscorlib? On Mono or on .net?
>
> --
> Jb Evain  <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to