之前在代码中声明了OPC服务器对象KepServer OPCServer KepServer;后来在代码中实例化对象KepServer KepServer = new OPCServer();我期望生成的对象KepServer应该是{OPCAutomation.OPCServerClass},但总是达不到预期,系统总是生成System._ComObject,为什么会这样啊?