You can thing of those as name spaces of ObjectARX.
Rx = AcRx, the most base classes for all AutoCAD objects
Ge = AcGe, Geometry classes, Points, Vectors, Curves
Gi = AcGi , has the class AcGiDrawable, mostly responsible for drawing entities on your screen
Gs = AcGs, Graphics system, access to drawing devices and of course getBlockImage
Ap = Application level stuff such as the document manager
Db = AcDb, the database (.DWG)
Ed = AcEd, Editor, selection sets, entsel, getPoint
Ax = all of the ActiveX stuff
Br = AcBr, access to 3d geometry
Brx = stuff specific to BricsCAD. there’s also BrxBim and BrxCv
They are all in PyRx, and are loaded in the ARX, so its ok to just include them all
Also the .NET documentation is relevant, see Unmanaged to Managed Class Mappings
https://help.autodesk.com/view/OARX/2024/ENU/?guid=GUID-390A47DB-77AF-433A-994C-2AFBBE9996AE