F
Fabio Cannizzo
My assembly contains some static objects, e.g.
public myClass {
static int i = 0;
}
If the DLL is loaded by two processes, do these share the instance of "i"?
What if the DLL is in the GAC?
Thanks,
Fabio
public myClass {
static int i = 0;
}
If the DLL is loaded by two processes, do these share the instance of "i"?
What if the DLL is in the GAC?
Thanks,
Fabio