Allow unloading of dlls
rxAllowUnload(allow)
allow
: boolean indicating if garbage collection will unload of rxode2 dlls.Boolean allow; called for side effects
# Garbage collection will not unload un-used rxode2 dlls rxAllowUnload(FALSE); # Garbage collection will unload unused rxode2 dlls rxAllowUnload(TRUE);
Matthew Fidler
Useful links