How to programmatically set a static boolean value in another application domain?
I am testing an application where I need to change the value of bool. The problem is that the bool value exists as a static instance for a type hosted in a different application domain.
(I do this for test purposes, it will not be used in production code)
source share