GetModuleInfo
Get the module record for a loaded module in BoxLang.
If the module doesn't exist, an empty struct is returned.
Method Signature
GetModuleInfo(module=[string])
Arguments
Argument
Type
Required
Description
Default
module
string
true
The name of the module to get the record for.
Examples
Related
Last updated
Was this helpful?