Activator.CreateInstance Help!
I am not fully understanding this Why is this an option all over the internet for getting a instance or creating one all i want to do is use the currently loaded Assembly as a Reflector as the dll i want is Assembled in its own directory i get the assembly AppDomain.CurrentDomain.GetAssemblies(); But i want to change a Boolean within that assembly but when googled there nothing but Activator.CreateInstance i tried it it seems to work but not for the currently loaded assembly its like its creating a Ghost Assembly changing the variable and thats it and doesnt effect anything even a debug log is never trigged when the bool gets changed in the Assembly i want to change in