[Mono-dev] Object.GetType() is virtual on mono but is not on .NET?

Leszek Ciesielski skolima at gmail.com
Fri Feb 8 09:57:30 UTC 2013


Class status pages also report this as mismatch:
http://go-mono.com/status/status.aspx?reference=4.5&profile=4.5&assembly=mscorlib

On Thu, Feb 7, 2013 at 11:25 PM, Rafael Teixeira <monoman at gmail.com> wrote:
> looks like a bug. please report
>
> Rafael "Monoman" Teixeira
> ---------------------------------------
> "The most exciting phrase to hear in science, the one that heralds new
> discoveries, is not 'Eureka!' (I found it!) but 'That's funny ...'"
> Isaac Asimov
> US science fiction novelist & scholar (1920 - 1992)
>
>
> On Thu, Feb 7, 2013 at 8:16 PM, artyom.szasa at gmail.com
> <artyom.szasa at gmail.com> wrote:
>>
>> Hi All,
>>
>> I have a small question to anyone concerned. I'm running the following
>> extremely trivial code:
>>
>> Console.WriteLine (typeof (object).GetMethod ("GetType",
>> BindingFlags.Instance|BindingFlags.Public).IsVirtual);
>>
>> On mono (3.0.2 built from sources) the resut is True.
>> On .Net 4.0 (Windows 7) the result is False. (And that's what I originally
>> excepted.)
>>
>> Is it a bug? Should I report it? If so how should I report it?
>>
>> --
>> Best Regards,
>> Artyom
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


More information about the Mono-devel-list mailing list