Can I get a list of all the modules that are currently loaded?

后端 未结 1 1553
再見小時候
再見小時候 2021-02-19 03:31

module_info will tell me quite a bit of what I need to know about a module - provided that I know its name. I have a need to find all modules whose names meet specific criteria

相关标签:
1条回答
  • 2021-02-19 03:57

    Is this what you are looking for?

    code:all_loaded().
    
    0 讨论(0)
提交回复
热议问题