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