The RTObjectSelection class represents the module that takes care of everything that has to do with selecting and deselecting objects. It is a MonoBehaviour and a singleton class which be accessed like so:

var objectSelection = RTObjectSelection.Get;