[Mono-list] Fwd: monodoc.dll looking for missing method in mscorlib.dll

A.M. Abdelaziz amamh3 at gmail.com
Mon Jan 4 12:48:30 EST 2010


yes, u r right.
I viewed monodis output, it's really just comparing references.
Thanks!

On Fri, Jan 1, 2010 at 1:54 AM, Chris Howie <cdhowie at gmail.com> wrote:

> On Wed, Dec 30, 2009 at 4:11 PM, A.M. Abdelaziz <amamh3 at gmail.com> wrote:
> > I think that method does exist in mscorlib.dll as I tried
> > Console.WriteLine( typeof(string) == typeof(string) );
> > it compiled and ran fine
> > of course I compiled mono with the flag "--with-profile4=yes"
>
> That doesn't necessarily mean that the overload does exist.  Reference
> equality on Type objects usually works fine.
>
> I'm not saying that the overload doesn't exist, all I'm saying is that
> your test doesn't actually prove either case.  Try instead compiling
> that example and running monodis on it.  The IL will show you if a
> method call is being made or if it's just a ceq (reference
> comparison).
>
> --
> Chris Howie
> http://www.chrishowie.com
> http://en.wikipedia.org/wiki/User:Crazycomputers
>



-- 
A.M. Abdelaziz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20100104/e15f44ec/attachment.html 


More information about the Mono-list mailing list