IDispatch Interface Calls

The following calls invoke the IDispatch interface:

Invokes a method of an interface using the IDispatch:Invoke method.
Invokes a method and gets a property of the same name using the IDispatch interface.
Gets a property using the IDispatch interface.
Sets a property using the IDispatch interface.
Sets a property by reference using the IDispatch interface.