SBM ModScript Reference → Programming SBM ModScript → Object Types → Lib → Lib FreeLibrary() Method
(SBM On-Premise only) Unloads a previously loaded DLL.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool |
Returns true if the DLL was successfully unloaded; returns false otherwise. |
SBM ModScript version: 11.3.
If false is returned, you may check the event viewer for more detailed information. This function throws a runtime exception if SetLibraryName() has not previously been called for this object or if any arguments were passed to this function.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.