powered by
Allow unloading of dlls
rxAllowUnload(allow)
boolean indicating if garbage collection will unload of rxode2 dlls.
Boolean allow; called for side effects
# NOT RUN { # Garbage collection will not unload un-used rxode2 dlls rxAllowUnload(FALSE); # Garbage collection will unload unused rxode2 dlls rxAllowUnload(TRUE); # }
Run the code above in your browser using DataLab