removegateway
Removes dynamically builtin at runtime.
📝Syntax
removegateway(dyn_lib_path)
📥Input Arguments
Parameter Description
dyn_lib_path a string: path of a dynamic library prepared for Nelson.
📄Description

removegateway(dyn_lib_path) removes dynamically builtin at runtime.

The dynamic library loaded must have at least an C entry point RemoveGateway.

If gateway was not loaded, no error or warning will be raised. If file does not exist an error is raised.

💡Examples
removes time builtin
calendar
removegateway(modulepath('time', 'builtin'))
calendar
🔗See Also
addgatewaygatewayinfo
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub