[Gtk-sharp-list] Gtk# threading problem?

Vladimir Vukicevic vladimir@pobox.com
09 Oct 2002 23:07:06 -0700


On Wed, 2002-10-09 at 22:51, Bob Smith wrote:
> Yah, but at very least, couldnt you see if the code calling gtk# is secure
> and if not, wrap every call.

But you can't "conditionally" wrap this without inducing lots of
unnecessary overhead.  If this is an issue, then you simply want to
limit access to the gtk# assembly using the .net security policies, and
not try to enforce them in any finer granularity.

	- Vlad

-- 
Vladimir Vukicevic <vladimir@pobox.com>