[Mono-bugs] [Bug 415577] [PATCH] Can't pass by ref in a ContextBoundObject method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 4 19:39:33 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=415577
User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=415577#c4
Rodrigo Kumpera <rkumpera at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rkumpera at novell.com
--- Comment #4 from Rodrigo Kumpera <rkumpera at novell.com> 2008-09-04 17:39:31 MDT ---
Robert, A class is context bound if it inherits from System.ContextBoundObject.
object o = ..
if (o is System.ContextBound)
...
or
Type type = ..
if (typeof(System.ContextBound).IsAssignableFrom (type))
...
--
Configure bugmail: https://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