Does C# .NET support IDispatch late binding?
问题 The Question My question is: Does C# nativly support late-binding IDispatch? Pretend i'm trying to automate Office, while being compatible with whatever version the customer has installed. In the .NET world if you developed with Office 2000 installed, every developer, and every customer, from now until the end of time, is required to have Office 2000. In the world before .NET, we used COM to talk to Office applications. For example: 1) Use the version independant ProgID "Excel.Application"