Class GetModuleInfo

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.GetModuleInfo

@BoxBIF public class GetModuleInfo extends BIF
  • Constructor Details

    • GetModuleInfo

      public GetModuleInfo()
      Constructor
  • Method Details

    • _invoke

      public IStruct _invoke(IBoxContext context, ArgumentsScope arguments)
      Get the module record for a loaded module in BoxLang. If the module doesn't exist, an empty struct is returned.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The module record for the requested module.