How do I set a static bool in another app domain?
Posted
by Martin
on Stack Overflow
See other posts from Stack Overflow
or by Martin
Published on 2010-03-16T12:46:32Z
Indexed on
2010/03/16
13:06 UTC
Read the original article
Hit count: 190
How do I programatically set the value of a static boolean in another app domain?
I'm testing an application where I need to change a bool value. Problem is that the bool value exists as a static instance on a type hosted in another app domain.
(I'm doing this for test purposes, it won't be used in production code)
© Stack Overflow or respective owner