For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated

Was this helpful?