rxAllowUnload function

Allow unloading of dlls

Allow unloading of dlls

rxAllowUnload(allow)

Arguments

  • allow: boolean indicating if garbage collection will unload of rxode2 dlls.

Returns

Boolean allow; called for side effects

Examples

# Garbage collection will not unload un-used rxode2 dlls rxAllowUnload(FALSE); # Garbage collection will unload unused rxode2 dlls rxAllowUnload(TRUE);

Author(s)

Matthew Fidler