go to post Yaron Munz · Apr 12, 2019 Every class (with its methods) is compiled into an INT routine.MOMLBL will help you diagnose performance on executed lines of code.https://docs.intersystems.com/iris20181/csp/docbook/DocBook.UI.Page.cls?...
go to post Yaron Munz · Mar 26, 2019 Hi,Take a look on %Dictionary.ClassDefinition class.you may get all the properties from Properties
go to post Yaron Munz · Nov 14, 2018 Hi,To get information about a namespace, You may use this code :(run it only in %sys" namespace) Properties variable is passed by ref (i.e. it has a point at the beginning)%SYS>S Status=##Class(Config.Namespaces).Get("user", .Properties)%SYS>zw PropertiesProperties("Globals")="USER"Properties("Library")="CACHELIB"Properties("Routines")="USER"Properties("SysGlobals")="CACHESYS"Properties("SysRoutines")="CACHESYS"Properties("TempGlobals")="CACHETEMP"