The Application object is at the root of the object hierarchy and it provides access to the main window of AutoCAD. For example, the following line of code updates the application:
Autodesk.AutoCAD.ApplicationServices.Application.UpdateScreen()
Autodesk.AutoCAD.ApplicationServices.Application.UpdateScreen();
ThisDrawing.Application.Update