您要查找的是不是:
- The CLR handles COM component activation and parameter marshaling. CLR将处理COM组件激活和参数封送处理。
- Function to load an instance of a COM component from a file. 函数从文件加载COM组件的实例。
- COM components are self-versioning. COM组件是版本独立的。
- Supports methods that can be called when a COM component starts up or shuts down. 支持COM组件启动或关闭时可调用的方法。
- The element refers to a window class defined by the COM component that must have a version applied to it. 该元素引用COM组件定义的、必须向其应用一个版本的窗口类。
- This section summarizes the process needed to expose an existing COM component to managed code. 本节将概述向托管代码公开现有COM组件所需的步骤。
- On the managed DLL to get a class factory and create objects, just as they would with any other COM component. 来获取类工厂并创建对象,就像处理其他任何COM组件一样。
- The most common symptom is that a call on an unmanaged COM component from managed code does not return. 最常见的症状是:从托管代码对非托管COM组件的调用未返回任何结果。
- You only need to register the COM components once on a machine. 在一台计算机上,只需注册COM组件一次。
- To use it, you must run it in a DOS prompt window, specifying the complete path of the COM component you want to import. 要使用它,必须在DOS提示窗口中运行它,指定想导入的COM组件的完整路径。
- Neither the managed application nor the COM component requires any modification for side-by-side execution to work properly. 无须对托管应用程序或COM组件进行任何修改,并行执行就可以正常工作。
- For example, you can't isolate the same COM component from two different Class Library projects that are part of the same application. 例如,不能从作为同一应用程序的组成部分的两个不同“类库”项目隔离同一COM组件。
- The Type Library Importer (Tlbimp. Exe) imports type library information as metadata in assemblies to expose a COM component to managed applications. 类型库导入程序(Tlbimp.;exe)将类型库信息作为元数据导入程序集;从而向托管应用程序公开COM组件。
- When using a COM component with a pre-existing manifest, such as a native reference, the component may not need to be registered at development time. 使用带有预先存在的清单的COM组件(如本机引用)时,可能不需要在开发时注册该组件。
- In both of these cases, you need to ensure that the COM component is properly installed and registered on your machine and retry the operation. 在这两种情况下,都需要确保该COM组件已经在您的计算机上正确安装并注册,然后重试此操作。
- Some COM components with unusual characteristics may not function as expected. 某些具有特殊功能的COM组件可能无法正常工作。
- Take full advantage of existing components, for instance, COM components. 可充分利用已有组件,比如说COM组件.
- The com component will quickly tell you how many pages are in a pdf file without the need for acrobat, ideal for web sites that serve pdf content. COM组件会很快告诉你多少网页中的PDF文件,而不需要杂技演员,理想的网站,提供PDF格式的内容。
- Open ProjectGroup1.bpg, compile and install all COM components of a package. 3. 二.;打开ProjectGroup1
- Beginning with Visual Studio 2008, the COM component and the type library that is created by the ATL Wizard will be registered under the HKEY_CURRENT_USER node of the registry. 从Visual Studio 2008开始,将在注册表的HKEY_CURRENT_USER节点下注册COM组件和ATL向导创建的类型库。