[Mono-bugs] [Bug 504886] [PATCH] Permission denied when invoking explicitly defined method on MS-created MarshalByRefObject instance

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 5 05:09:48 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=504886

http://bugzilla.novell.com/show_bug.cgi?id=504886#c11


--- Comment #11 from Robert Jordan <robertj at gmx.net> 2010-03-05 10:09:46 UTC ---
Oops, sorry for the breakage and thanks for the test case!

If I change the CWL to this:

Console.WriteLine ("{0} and {1}", typeof (MBR), o is MBR);

the output is "True" which means that o is actually of type "MBR". I can also
call MBR's methods on this object.

This is caused by the suppressed "type refining".

Anyway, the original issue is too tiny to risk any regressions. I'll revert if
I can't find the real issue of the original issue.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list