Tags: proukornew/mono
Tags
Put the unbox_trampolines table into the .text segment instead of .ro… …data on mt since it contains code.
Mark MonoCMethod (runtime subclass of ConstructorInfo) as serializable. Fixes mono#12611
When .NET serializes it will use the TypeForwardedFrom information when writing Assembly information but Mono does not. This means that serialized objects created on one platform are not able to be deserialized on the other, thus preventing interoperability between .NET and mono applications. Fixes the ObservableCollection part of bugzilla 11294.
Clear the domain on thread exit after the profile thread end hook, si… …nce it might need it to be set.
PreviousNext