https://bugzilla.novell.com/show_bug.cgi?id=415577

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=415577#c4


Rodrigo Kumpera <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #4 from Rodrigo Kumpera <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to