standard objects
A set of objects defined by Automation, including the following: Application, Document, Documents, and Font.
stub
An interface-specific object that unpackages the parameters for that interface after they are marshaled across the process boundary, and makes the requested method call. The stub runs in the address space of the receiver and communicates with a corresponding proxy in the sender’s address space. See proxy, marshaling, and unmarshaling.