The COM_GetObject() function retrieves a reference to the instance of an object that exists in the running object table.
COM_GetObject(object_type)
• object_type - A string containing the fully qualified class name of the object to be retrieved.
A COM object reference of the type specified. If the reference can’t be retrieved, the value null is returned.