单词 | A. Com. |
释义 | 例句释义: 全部 1. Once the components are all registered, you re ready to put them to work with a COM client. 命令注册所有这些组件。一旦全部注册完这些组件,就可以让它们与COM客户机一起工作了。 www-128.ibm.com 2. I'm having problems when trying to invoke a method of a COM object which exposes more than one interface. 我在尝试调用一个打开了多于一个接口的COM对象中的方法时碰到问题,应该怎么办? php.mirrors.ebizlab.hit.bme.hu 3. NET class and call the methods of the instance, just as if it were a COM object. NET类的一个实例并调用该实例的方法,就好像它是COM对象一样。 technet.microsoft.com 4. The ActiveX Control Importer converts type definitions in a COM type library for an ActiveX control into a Windows Forms control. ActiveX控件导入程序将ActiveX控件的COM类型库中的类型定义转换为Windows窗体控件。 msdn2.microsoft.com 5. A COM client that implements the event sink interface is often called the event sink, or simply the sink. 实现事件接收接口的COM客户端通常称作事件接收器,或简称为接收器。 technet.microsoft.com 6. If you're creating a name for a product or business that will require a . com, at are more likely to be available than others. 如果你想为你的产品或公司取个域名,注册“at”的人可不多。 www.bing.com 7. Notice how the constructor of this class takes in a com. ibm. collaboration. realtime. messages. MessageHandler object as a parameter. 需注意此类的构造函数使用com.ibm.collaboration.realtime.messages.MessageHandler对象作为参数的方式。 www.ibm.com 8. This sample demonstrates the interoperation of a COM Client and a. NET Server that performs mortgage calculations. 此示例演示COM客户端与进行抵押贷款计算的WindowsServer2003的互用性。 msdn2.microsoft.com 9. If your Web page was served from a. com, then you can only make Ajax (or more precisely, XMLHttpRequest) calls to a. com. 如果Web页面由a.com提供,您只能向a.com调用Ajax(更精确地说是XMLHttpRequest)。 www.ibm.com 10. A COM client can create an instance of a public class in an assembly and call the public members of the class. COM客户端可以创建程序集中公共类的实例并调用该类的公共成员。 msdn2.microsoft.com 1. The DCOM sample demonstrates how to call a COM object implemented in a Windows service from multiple clients running on different computers. 本DCOM示例演示了如何从运行于不同计算机上的多个客户端调用在Windows服务中实现的COM对象。 msdn2.microsoft.com 2. The application thread is only initialized for COM interop if the thread actually makes a call to a COM component. 如果应用程序线程实际调用了COM组件,则仅为COMinterop初始化该线程。 msdn2.microsoft.com 3. This section describes how the import conversion process transforms type information as it converts a COM-style type library to . 这个章节将描述汇入转换处理序将COM样式型别程式库转换为。 technet.microsoft.com 4. Many developers have spent countless hours trying to keep all necessary registry entries consistent in order to activate a COM class. 许多开发人员花费了大量的时间来使所有必需的注册表项保持一致,以便激活COM类。 msdn2.microsoft.com 5. The name of any file that contains a COM type library. 包含COM类型库的任意文件的名称。 msdn2.microsoft.com 6. if your application uses only some of the methods on a COM interface, the compiler does not embed the unused methods. 如果您的应用程序只使用COM接口的部分方法,则编译器将不会嵌入未使用的方法。 technet.microsoft.com 7. Describes the consequences and options if the project system cannot create a COM interoperability wrapper for a particular component. 描述在项目系统无法为特定组件创建COM互操作包装时的结果和选项。 msdn2.microsoft.com 8. A . NET client can handle events raised by a COM server the way it handles any other managed event. NET客户端可以按处理其他任何托管事件的方式来处理COM服务器引发的事件。 technet.microsoft.com 9. Is a command-line tool that converts the classes and interfaces contained in an assembly to a COM type library. 是一种命令行工具,它用于将包含在程序集中的类和接口转换为COM类型库。 msdn2.microsoft.com 10. The information provided by this attribute is inserted into the Windows Registry to expose the Java-language class as a COM server. 该属性所提供的信息被插入到Windows注册表中,以便将Java语言类公开为COM服务器。 msdn2.microsoft.com 1. A suggested variant is to use thread-local storage to instantiate one instance of a COM object for each worker thread. 微软推荐用户使用本地线程存储来给每个工作线程实例化COM对象。 www.infoq.com 2. The use of a Windows Forms control through a COM callable wrapper (CCW) is supported only in Internet Explorer. 只在InternetExplorer中支持通过COM可调用包装程序(CCW)来使用Windows窗体控件。 msdn2.microsoft.com 3. This error generally occurs when the type library for a COM component cannot be registered. 当无法注册COM组件的类型库时,通常会发生此错误。 technet.microsoft.com 4. More exactly, the CLR itself is not made of COM code, but the interface to the CLR is a COM object. 更确切的说,CLR本身不是由COM代码组成的,但是CLR的接口是一个COM对象。 www.cnblogs.com 5. If more than one event sink is listening to a COM event source, the value of an out parameter may be ignored. 如果不止一个事件接收器正在侦听COM事件源,则可能会忽略输出参数的值。 207.46.16.251 6. Consider a scenario in which managed code in an application domain is holding onto an RCW that represents a COM component. 请考虑一个在其中应用程序域中的托管代码保持到表示COM组件的RCW上的方案。 msdn.microsoft.com 7. The worker process, therefore, loads the CLR up as it were a COM object. 所以工作进程加载CLR时当作一个COM对象处理。 www.cnblogs.com 8. For a friendship to stay healthy, there must be a com-monality of interests. 要保持友谊正常,必须要有共同的兴趣。 backchina.org 9. Attribute instructs the compiler to add metadata that allows a class to be exposed as a COM object. 属性指示编译器添加使类可以作为COM对象公开的元数据。 msdn2.microsoft.com 10. The name of the package of a COM class or interface. COM类或接口的软件包名称。 msdn2.microsoft.com 1. Whenever the COM object and the managed thread are in incompatible apartments, all calls on the object are made through a COM-created proxy. 只要COM对象和托管线程处于不兼容的单元中,对该对象的所有调用都将通过由COM创建的代理来进行。 msdn2.microsoft.com 2. If not, however, Visual Studio 2005 is capable of generating a manifest automatically for a COM component. 如果未提供,VisualStudio2005可以自动生成COM组件的清单。 msdn2.microsoft.com 3. Provides a set of services that convert a managed assembly to a COM type library and vice versa. 提供一组服务,将托管程序集转换为COM类型库或进行反向转换。 msdn2.microsoft.com 4. Is a COM object but the class identifier used to obtain the type is invalid, or the identified class is not registered. 为COM对象,但用于获取类型的类标识符无效或者没有注册已标识的类。 msdn2.microsoft.com 5. Because of these issues, there is not much of a benefit to implement a COM smart tag in a VSTO add-in. 因为存在这些问题,在VSTO外接程序里实现一个COM智能标记是一件吃力不讨好的事情。 www.cnblogs.com 6. Describes a managed code wrapper for a COM library containing the objects and members for Visual Studio core automation. 描述COM库的托管代码包装,这个库中包含VisualStudio核心自动化的对象和成员。 msdn2.microsoft.com 7. For a COM component, this would be detrimental to performance. 对于COM组件来说,这样会降低性能。 msdn2.microsoft.com 8. The wrong syntax was used for a COM event. COM事件使用了错误的语法。 msdn.microsoft.com 9. Returns the CLSID value of a COM component that is registered as a business logic module used to resolve conflicts. 返回COM组件的CLSID值,该组件注册为用于解决冲突的业务逻辑模块。 msdn2.microsoft.com 10. Creates a server instance of a COM object identified by the object's class identifier (CLSID). 创建COM对象的服务器实例,该对象由对象的类标识符(CLSID)标识。 msdn2.microsoft.com 1. Is particularly useful to specify default parameters for methods of a COM interop interface. 对于为COM互操作接口的方法指定默认参数尤其有用。 msdn2.microsoft.com 2. The following example shows a managed server as the event source and a COM client as the event sink. 下面的示例将托管服务器显示为事件源,将COM客户端显示为事件接收器。 msdn2.microsoft.com 3. A COM type library can define interfaces used for events. COM类型库可以定义用于事件的接口。 msdn2.microsoft.com 4. Defines a custom interface attribute that specifies the managed namespace name for a COM library. 定义一个自定义接口属性,该属性指定COM库的托管命名空间名称。 msdn2.microsoft.com 5. An HTTP connection uses a COM object instantiated by IIS, called a data pump, which acts as a conduit for Analysis Services data. HTTP连接使用由IIS实例化的COM对象(称为数据抽取),该对象充当AnalysisServices数据的管道。 msdn2.microsoft.com 6. Through this interface, information about other interfaces a COM object may support can be obtained. 通过这个接口,可以得到对COM对象其他接口的信息。 www.elanso.com 7. A managed server called by a COM client initialized in an MTA must ensure thread safety. 在MTA中初始化的COM客户端所调用的托管服务器必须确保线程安全。 msdn2.microsoft.com 8. A COM object is located in unmanaged memory and is not expected to move to another memory location. COM对象位于非托管内存中,不需要移到其他内存位置。 technet.microsoft.com 9. With this mechanism, a COM server can call back to a client when some event has occurred. 利用这一机制,COM服务器可以在发生某一事件时回叫客户端。 technet.microsoft.com 10. Adding a COM object that must be registered to the Toolbox attempts to register the COM component. 将一个肯定已注册的COM对象添加到“工具箱”会尝试注册COM组件。 msdn2.microsoft.com 1. Indicates to the compiler that the class should be exposed as a COM object. 指示编译器该类应该作为COM对象公开。 msdn2.microsoft.com 2. Provides an example that shows a managed server as the event source and a COM client as the event sink. 提供一个示例,该示例将托管服务器显示为事件源,将COM客户端显示为事件接收器。 msdn2.microsoft.com 3. NET client activates a COM object, the runtime generates an instance of the runtime callable wrapper (RCW) to wrap the COM type. NET客户端激活COM对象时,运行时就会生成一个运行时可调用包装(RCW)实例来包装COM类型。 technet.microsoft.com 4. You want a generic representation of a purchase that can be either a com. widgetco. Order or a com. amalgamated. Contract. 您需要采购的一种一般表示形式,其可能是com.widgetco.Order或com. www.ibm.com 5. Parameter must be either a COM-imported type or a subtype of a COM-imported type. 参数必须是COM导入类型或COM导入类型的子类型。 msdn2.microsoft.com 6. Changes the strength of a COM callable wrapper's (CCW) handle on the object it contains. 在COM可调用包装(CCW)句柄包含的对象上更改它的强度。 msdn2.microsoft.com 7. When COM interop imports a COM type, it produces a. NET Framework method signature equivalent to the original COM method signature. 当COMinterop导入COM类型时,它将生成等效于原COM方法签名的.NETFramework方法签名。 msdn2.microsoft.com 8. The author of the component sets the thread affinity of a COM server. 组件的作者设置COM服务器的线程关联。 msdn2.microsoft.com 9. Of a COM object, which attempts to obtain a specific interface pointer. 该对象试图获取特定接口指针。 msdn2.microsoft.com 10. This message box is displayed when the project system could not create a COM interop wrapper for a particular component. 当项目系统未能为特定组件创建COM互操作包装时,将显示此消息框。 technet.microsoft.com 1. For interoperability , the common language runtime creates and initializes an apartment when calling a COM object . 为了实现互用性,公共语言运行库将在调用COM对象时创建一个单元并将其初始化。 www.bing.com 2. This sample is a COM system that consists of several COM servers and an MFC application that uses the servers. 该示例是一个COM系统,它由若干COM服务器和一个使用这些服务器的MFC应用程序组成。 msdn2.microsoft.com 3. A COM object can support multiple interfaces, each representing a different view or behavior of the object. 一个COM对象可以支持多个接口,每个接口代表对象的一种不同的视图或行为。 www.ibm.com 4. Registers a business logic handler or a COM-based custom resolver that can be invoked during the merge replication synchronization process. 注册可在合并复制同步进程中调用的业务逻辑处理程序或基于COM的自定义冲突解决程序。 msdn2.microsoft.com 5. A string that can be used by the compiler to uniquely identify an interface for the class when a COM object is created. 一个字符串,在创建COM对象时编译器可以使用该字符串唯一标识类的接口。 msdn2.microsoft.com 6. This method is used to explicitly control the lifetime of a COM object used from managed code. 此方法用于显式控制从托管代码使用的COM对象的生存期。 msdn2.microsoft.com 7. The common language runtime throws an exception when a COM method in native code returns an HRESULT. 当本机代码中的COM方法返回HRESULT时,公共语言运行时会引发一个异常。 msdn.microsoft.com 8. A COM component can only be isolated once per application. 每个应用程序只能隔离一次COM组件。 msdn2.microsoft.com 9. Take the example of an office-furniture store running a COM server that tracks its inventory. 我们以一个办公家具店为例,这家家具店运行着一个COM服务器,负责跟踪公司的库存。 www-128.ibm.com 10. Every time a COM interface pointer enters the common language runtime, it is wrapped in a runtime callable wrapper. 每当COM接口指针进入公共语言运行库时,该指针都包装在运行库可调用包装中。 msdn2.microsoft.com 1. Returns a managed object of a specified type that represents a COM object. 返回表示COM对象的指定类型的托管对象。 msdn2.microsoft.com 2. The runtime also creates a COM callable wrapper (CCW) to reverse the process, enabling a COM client to seamlessly call a method on a . 执行阶段也会建立COM可呼叫包装函式(CCW)来反转处理序,让COM用户端能够不著痕迹地呼叫。 technet.microsoft.com 3. These properties are displayed only when a COM component is selected in the References pane. 只有在“引用”窗格中选择了COM组件以后,才会显示这些属性。 msdn2.microsoft.com 4. Explicitly define a destination namespace for the types in a COM library. 显式地定义类型在COM库中的目标命名空间。 msdn2.microsoft.com 5. When you re accessing a COM server from a Java client, you can continue to work inside Eclipse to create the Java project. 当您从Java客户机访问COM服务器时,可以继续在Eclipse中工作,建立Java项目。 www-128.ibm.com 6. Discusses the impact of multiple versions of a COM component. 讨论COM组件的多个版本的影响。 msdn2.microsoft.com 7. In-situ thermal degrdn. of A. Com. dehydrogenation catalyst in a fixed-bed reactor is studied exptl. 用实验研究了在固定床式反应器中一种普通脱氢用催化剂的实时热降解。 dict.ebigear.com 8. A filter is a software (actually a COM) component that performs an operation on a multimedia stream. 筛选器是一个在多媒体流上执行操作的软件(实际上是一个COM)组件。 msdn2.microsoft.com 9. An unexpected error occurs when marshaling a COM interface pointer during argument marshaling. 在参数封送处理期间封送处理一个COM接口时出现意外错误。 msdn2.microsoft.com 10. Gets a direct pointer to a COM object that ensures that the unmanaged memory remains allocated. 获取指向COM对象的一个直接指针,该指针可确保非托管内存保持已分配状态。 msdn2.microsoft.com 1. There are a couple additions that must be made to a COM object so it can run with the fully privileged token. 还必须对COM对象进行其他两项设置,这样它才能使用完全权限令牌来运行。 msdn.microsoft.com 2. With a run-time callable wrapper, you can use a COM component within . NET. 通过执行时可调用的包装器,可以在.NET中使用COM组件。 www.ibm.com 3. Domain is generic anf intuitive and its a . com, this would certainly help my goals. 域名是通用心钠素直观,它的一个。com,这当然会帮助我的目标。 www.bing.com 4. GetComInterfaceForObject is useful when calling a method that exposes a COM object parameter as an IntPtr type, or with custom marshaling. 当调用一个将COM对象参数作为IntPtr类型公开的方法时,或者对于自定义封送处理,GetComInterfaceForObject很有用。 msdn2.microsoft.com 5. To define a COM control, if the control is in the application code directory. 如果COM控件位于应用程序代码目录中,请使用。 msdn2.microsoft.com 6. A COM object that implements the IClassFactory interface for the application was not registered. 没有注册COM对象,该对象为应用程序实现IClassFactory接口。 msdn2.microsoft.com 7. To make a Windows Form work correctly from a COM client application, you must run it on a Windows Forms message loop. 若要使Windows窗体在COM客户端应用程序中正确工作,必须在Windows窗体消息循环上运行该窗体。 msdn2.microsoft.com 8. The use of programming techniques and special machine features to permit a com puting system to execute programs written for another system. 使用程序设计技术和专门的机器性能,使一个计算机系统执行为另一个计算机系统写的程序。 www.jukuu.com 9. Which produces a COM type library from an assembly and generates a wrapper that performs marshaling during method calls. 它从程序集产生COM类型库,并生成在方法调用期间执行封送处理的包装。 msdn2.microsoft.com 10. If you override any property or method inherited from a COM class, you must override all the other inherited properties and methods. 如果要重写任何从COM类继承的属性或方法,必须重写所有其他继承的属性和方法。 msdn2.microsoft.com 1. Specifies the managed namespace name for a COM library. 指定COM库的托管命名空间名。 msdn2.microsoft.com 2. If you can't do that, get a local domain like a . com. cn. 如果你不能做到这一点,得到当地域像。 www.phpfans.net 3. This wizard implements a connection point for a COM object. 该向导实现COM对象的连接点。 msdn2.microsoft.com 4. Each COM component that your application uses is represented in your project as a COM reference. 应用程序使用的每个COM组件在项目中都表示为COM引用。 msdn2.microsoft.com 5. The process type of a COM component must match the IIS worker process type. COM组件的进程类型必须与IIS辅助进程类型匹配。 msdn2.microsoft.com 6. A managed component must be registered in the Windows registry before it can be activated from a COM client. 必须先在Windows注册表中注册托管组件,然后才可以从COM客户端将其激活。 msdn2.microsoft.com 7. You ve created Java code that interacts with a COM-based server. 您已经建立了能够与基于COM的服务器进行交互的Java代码。 www-128.ibm.com 8. An ActiveX control, in the very simplest form, is a COM object that supports the IUnknown interface. 简而言之,ActiveX控件就是一个支持IUnknown接口的COM对象。 msdn2.microsoft.com 9. Indicates that the assembly was originally imported from a COM type library. 指示程序集最初是从COM类型库导入的。 msdn2.microsoft.com 10. You can debug a COM server and container using two projects within the same solution. 可以使用同一解决方案中的两个项目来调试COM服务器和容器。 msdn2.microsoft.com 1. Function to load an instance of a COM component from a file. 函数从文件加载COM组件的实例。 msdn2.microsoft.com 2. Method of the type to retrieve a COM interface to the object, if the object supports this. 方法来检索对象的COM接口,条件是该对象支持此接口。 msdn2.microsoft.com 3. The client could be a standalone application, an Eclipse plug-in, or a COM based-client. 客户机可以是单独的应用程序,也可以是Eclipse插件,或者是基于COM的客户机。 www.ibm.com 4. You can simulate the absence of a COM component by temporarily unregistering it. 可以通过临时注销COM组件来模拟缺少该组件的情况。 msdn2.microsoft.com 5. Requests a pointer to a specified interface from a COM object. 从COM对象请求指向指定接口的指针。 msdn2.microsoft.com 6. A COM interop wrapper is created for each ActiveX control; property, method, and events are mapped to their equivalents. 为每个ActiveX控件创建一个COMInterop包装;属性、方法和事件映射到各自的等效项。 msdn2.microsoft.com 7. While this file may have the same extension as COM DLL, it is not a COM component. 尽管该文件可能具有与COMDLL相同的扩展名,但它并不是COM组件。 msdn2.microsoft.com 8. These types are typically already described in a COM type library. 这些类型通常已在一个COM类型库中描述。 msdn2.microsoft.com 9. Supports methods that can be called when a COM component starts up or shuts down. 支持COM组件启动或关闭时可调用的方法。 msdn2.microsoft.com 10. A string that can be used by the compiler to uniquely identify the class when a COM object is created. 一个字符串,它可由编译器使用以唯一标识在创建COM对象时的类。 msdn2.microsoft.com 1. Consequently, a COM object can be used as a managed object in the runtime. 因此,COM对象可以在运行库中作为托管对象使用。 msdn2.microsoft.com 2. HRESULT returned from JScript to a COM classic client. 从JScript返回至COM传统客户端的HRESULT。 msdn2.microsoft.com 3. Method releases the managed reference to a COM object. 方法释放对COM对象的托管引用。 msdn2.microsoft.com 4. The runtime uses this metadata to generate a CCW whenever a COM client activates managed object. 每当COM客户端激活托管对象时,运行库就会使用此元数据来生成CCW。 msdn2.microsoft.com 5. It will be necessary for you to use single-threading, for example, if your CLR program hosts a COM object that uses single-threading. 例如,如果您的CLR程式装载了使用单一执行绪的COM物件,您将必须使用单一执行绪。 technet.microsoft.com 6. Also, you can reverse the process to use a . NET assembly in a COM-based application. 也可以与这个过程相反,在基于COM的应用程序中使用.NET集合。 www.ibm.com 7. If your CLR program uses multi-threading, it cannot host a COM object that uses single-threading. 如果CLR程序使用多线程,则该程序不能承载使用单线程的COM对象。 msdn2.microsoft.com 8. Exception is thrown when an unrecognized HRESULT is returned from a COM method call. 当COM方法调用返回一个无法识别的HRESULT时,将引发。 msdn2.microsoft.com 9. Returns a reference to an object provided by a COM component. 返回对COM组件提供的对象的引用。 msdn2.microsoft.com 10. Method to create a server instance of a COM object. 方法创建COM对象的服务器实例。 msdn2.microsoft.com 1. Retrieves the type description of the implemented interface types if a type description describes a COM class. 检索实现的接口类型的类型说明(如果类型说明描述COM类)。 msdn2.microsoft.com 2. The following code example demonstrates how to use these wrappers to pass various types of variants to a COM server. 下面的代码示例说明如何使用这些包装将各种类型的变量传递给COM服务器。 msdn2.microsoft.com 3. It is recommended to use a business logic handler rather than a COM-based custom resolver if possible. 如果可能,建议使用业务逻辑处理程序而非基于COM的自定义冲突解决程序。 msdn2.microsoft.com 4. If code uses a COM object, avoid sharing that COM object between application domains. 如果代码使用COM对象,请避免在应用程序域之间共享该COM对象。 msdn2.microsoft.com 5. Determines whether the specified type is a COM type. 确定指定的类型是否是COM类型。 msdn2.microsoft.com 6. You can get or set a property exposed by a COM object the way you get and set properties exposed by a managed class. 按照获取和设置托管类所公开的属性时所采用的方式,您可以获取或设置COM对象所公开的属性。 technet.microsoft.com 7. Creates a server instance of a COM object. 创建COM对象的一个服务器实例。 msdn2.microsoft.com 8. Additionally, this section identifies the tasks related to consuming a managed type from a COM client. 另外,本节还将说明有关从COM客户端使用托管类型的任务。 msdn2.microsoft.com 9. Living without an aim is like sailing without a com pass. 无目标的生活,就象无罗盘的航行。 wenku.baidu.com 10. A COM-style BSTR with a prefixed length and Unicode characters. 具有预设长度和Unicode字符的COM样式的BSTR。 msdn2.microsoft.com 1. In the following login method, you associate a com. lotus. sametime. community. LoginListener to your CommunityService object. 在下面的login方法中,将com.lotus.sametime.community.LoginListener关联到CommunityService对象。 www.ibm.com 2. Indicates whether a specified object represents a COM object. 指示指定对象是否表示COM对象。 msdn2.microsoft.com 3. A COM developer can declare properties and methods on interfaces. COM开发人员可以在接口上声明属性和方法。 msdn2.microsoft.com 4. Debugging a COM container is similar to debugging a standard program. 侦错COM容器的方法和标准程式的侦错方法相似。 technet.microsoft.com 5. Creates and returns a reference to a COM object. 创建和返回对COM对象的引用。 msdn2.microsoft.com 6. On a COM object is the same as performing a cast operation in managed code. 与在托管代码中执行强制转换操作效果相同。 msdn2.microsoft.com 7. To isolate a COM component, all you need to do is set its reference's Isolated property to True. 要隔离COM组件,只需将其引用的“Isolated”属性设置为“True”。 msdn2.microsoft.com 8. A COM interface, exposed by the composite control. 由复合控件公开的COM接口。 msdn2.microsoft.com 9. A COM server can create object instances of multiple object classes. COM服务器能创建多对象类的对象实例。 www.ibm.com 10. A COM-style BSTR with a prefixed length and ANSI characters. 具有预设长度并包含ANSI字符的COM样式BSTR。 msdn2.microsoft.com 1. The reference is to a COM component that is not installed on the computer. 计算机上未安装引用指向的COM组件。 msdn2.microsoft.com 2. A COM client that invokes a managed server on a remote host uses DCOM. 调用远程主机上的托管服务器的COM客户端使用DCOM。 msdn2.microsoft.com 3. A managed client that invokes a COM server on a remote host uses DCOM. 调用远程主机上的COM服务器的托管客户端使用DCOM。 msdn2.microsoft.com 4. Every instance of a COM object has a single, unique wrapper, no matter how many interfaces the object implements. 无论COM对象实现多少个接口,COM对象的每个实例都有一个唯一的包装。 msdn2.microsoft.com 5. Describes the type of a COM member. 描述COM成员的类型。 msdn2.microsoft.com 6. A COM application uses the CLSID to identify a class when invoking the CoCreateInstance method. COM应用程序在调用CoCreateInstance方法时使用CLSID来标识类。 msdn2.microsoft.com 7. This interface is used in the process of converting a COM type library to a managed assembly. 该接口用在将COM类型库转换为托管程序集的过程中。 msdn2.microsoft.com 8. This interface is used in the process of converting a managed assembly to a COM type library. 该接口用在将托管程序集转换为COM类型库的过程中。 msdn2.microsoft.com 9. First it's a COM used on remote machines to receive a component and register it. 首先这是在远程机器上使用的一个COM,可以检索组件并注册它。 opensource.gdsp.net 10. Allows a low-privileged COM client to delegate calls to a COM server that is running under a higher-priveleged NT user account. 允许一个低优先级的客户COM调用正在运行的高优先级COM服务器用户账号 www.88pl.com 1. On success; otherwise, returns a COM error code on failure. 失败则返回COM错误代码。 msdn2.microsoft.com 2. Actually, the CLR is exposed as a COM object. 实际上,CLR是作为一个COM对象的。 www.cnblogs.com 3. Converts an object to a COM VARIANT. 将对象转换为COMVARIANT。 msdn2.microsoft.com 4. Demonstrates how a managed project can host a COM object. 演示托管项目如何可以承载COM对象。 msdn2.microsoft.com 5. Indicates that a coclass or interface definition was imported from a COM type library. 指示coclass或接口定义是从COM类型库导入的。 msdn2.microsoft.com 6. Consider, for example, a client application that evaluates expressions entered by the user by passing an operator to a COM component. 例如,有这样一个客户端应用程序,它通过将运算符传递给COM组件来计算用户输入的表达式。 msdn2.microsoft.com 7. Control is browsing a COM object and the user renames the object. 控件正在浏览COM对象并且用户重命名该对象时发生。 msdn2.microsoft.com 8. I'll be referring back to all these articles in the future when I rearchitect Socrates' VBA code as a COM add-in that uses smart tags. 将来我要把Socrates的VBA代码重新构造成使用智能标记的COM加载项时,还要回来参考这些文章。 msdn2.microsoft.com 9. It has a COM interface, and supports C, C and Java. 它有一个COM接口并支持C、C 和Java。 www.ibm.com 10. Execute a com plete tire change-over in less than 5 seconds ? 换胎在5秒内完成 wenku.baidu.com 1. Demonstrates how to add a COM string (BSTR) to a database and how to marshal a System. String from a database to a BSTR. 说明如何将COM字符串(BSTR)添加到数据库,以及如何将System.String从数据库封送到BSTR。 msdn2.microsoft.com 2. Converts a COM VARIANT to an object. 将COMVARIANT转换为对象。 msdn2.microsoft.com 3. You can register a COM object by using the Regsvr32 utility included with the Windows operating system. 可以使用包含在Windows操作系统中的Regsvr32实用工具注册一个COM对象。 msdn2.microsoft.com 4. If you want to create code that runs for every document, you must create a COM add-in. 如果您想创建对每个文档都运行的代码,必须创建COM外接程序。 msdn2.microsoft.com 5. Unloads a COM assembly from the process. 卸载进程中的COM程序集。 msdn2.microsoft.com 6. Describes how to raise events consumed by a COM client. 描述如何引发COM客户端所使用的事件。 msdn2.microsoft.com 7. Describes how to consume events raised by a COM server. 描述如何使用COM服务器所引发的事件。 msdn2.microsoft.com 8. The exception that is thrown when an unrecognized HRESULT is returned from a COM method call. 当从COM方法调用返回无法识别的HRESULT时引发的异常。 msdn2.microsoft.com 9. When you call such a procedure, for example a Win32 API function or a COM method, you might expose your application to security risks. 当您调用此类过程(例如,Win32API函数或COM方法)时,可能会使应用程序面临安全风险。 msdn2.microsoft.com 10. In the code above, I create a com. sun. rowset. CachedRowSetImpl object. 在上面的代码中,我创建了一个com.sun.rowset.CachedRowSetImpl对象。 www.ibm.com 1. Instead, create a COM object that is equivalent to the script, producing a DLL. 而应创建与脚本等效的COM对象,用于生成DLL。 msdn2.microsoft.com 2. Sometimes your code requires an unmanaged resource, such as a file handle, a COM wrapper, or a SQL connection. 有时,代码要求非托管资源,如文件句柄、COM包装或SQL连接。 msdn2.microsoft.com 3. For example, a COM coclass automatically maps to a managed class with the same name. 例如,COMcoclass自动映射到同名的托管类。 msdn2.microsoft.com 4. You can also create a COM class manually instead of using the COM class template. 可以手动创建一个COM类,而不使用COM类模板。 msdn2.microsoft.com 5. Marking components as COM so the Visual Basic compiler will generate the additional code required to create a COM component. 将组件标记为COM,这样VisualBasic编译器就会生成创建COM组件所需的附加代码。 msdn2.microsoft.com 6. Although you can also expose a class created with Visual Basic as a COM object for unmanaged code to use, it is not a true COM object. 虽然还可以将用VisualBasic创建的类作为COM对象进行公开以供非托管代码使用,但它并不是真正的COM对象。 msdn2.microsoft.com 7. Demonstrates how to use Visual Basic 6. 0 To create a COM object containing a class, and then use it as a base class in Visual Basic. 演示如何使用VisualBasic6.0创建包含类的COM对象,然后将它用作VisualBasic中的基类。 msdn2.microsoft.com 8. On Collecting Multimedia Exam Problems and Its Realization on a COM Basis 基于COM技术多媒体试题采编的研究与实现 service.ilib.cn 9. Two other methods also determine whether a specified object represents a COM object, but the requirements for returning 另有两个方法也可以确定指定对象是否表示COM对象,但是返回 msdn2.microsoft.com 10. If a COM library supports multiple interfaces, the interface ID can also be used to resolve the procedure name, as demonstrated here 如果COM库支持多个接口,则接口ID还可用于解析过程名称,如下所示 msdn2.microsoft.com 1. When you have multiple versions of a COM component, you can have multiple type libraries, and possibly multiple versions of a 如果一个COM组件有多个版本,可能会有多个类型库,而且 msdn2.microsoft.com 2. Is useful when calling a method that exposes a COM object parameter as an 当调用一个将COM对象参数作为 msdn2.microsoft.com 3. Design and Implement of a COM Component Which Encrpyt and Sign Data in Web FORMS Web表单数据加密和签名组件的设计与实现 service.ilib.cn 4. Whenever your managed client calls a method on a COM object, the runtime creates a 每当托管客户端对某个COM对象调用方法时,运行库就会创建一个 msdn2.microsoft.com 5. A managed delegate is marshaled as a COM interface or as a function pointer, based on the calling mechanism 根据调用机制,托管委托被作为COM接口或函数指针进行封送 msdn2.microsoft.com 6. Runtime Initialization from a COM Application 从COM应用程序进行的运行库初始化 msdn2.microsoft.com 7. To set up the code in your class to create a COM object 在您的类中设置代码以创建COM对象 msdn2.microsoft.com 8. Design of a COM-based three-layer software 基于COM的三层结构软件设计 ilib.cn 9. Walkthrough: Hello World: A COM Interop Example for Smart Devices 演练:HelloWorld:智能设备的COMInterop示例 msdn2.microsoft.com 10. The class identifier of a COM server 一个COM服务器的类别标识 angel.w15.5tom.cn 1. A COM-Based Development of Software Components of Network Communication 基于COM技术的网络通信组件的开发 www.ilib.cn 2. Whenever a managed client calls a method on a COM object and it needs to pass in culture-specific information, it does so using the 每当托管客户端对COM对象调用一个方法并且需要传入特定于区域性的信息时,它都使用与当前线程区域设置匹配的 msdn2.microsoft.com 3. To import a COM component and then reference it in the Macros IDE 导入COM组件然后在宏IDE中引用它 msdn2.microsoft.com 4. To create a Windows-based application using a COM component 创建一个使用COM组件的基于Windows的应用程序 msdn2.microsoft.com 5. A COM sample integrating communication OCX 一个集成了通讯控件的COM开发实例 www.ilib.cn 6. To set up your project to generate a COM object 设置项目以生成COM对象 msdn2.microsoft.com 7. A COM-based GIS Data Format Transferring Method 基于组件技术的GIS数据格式转换方法 www.ilib.cn 8. Calling a. NET Component from a COM Component 从COM组件调用.NET组件 msdn2.microsoft.com 9. FIX: You may receive a 0x800706F7 error message when you make a COM method call that has a BSTR parameter 您收到0x800706F7FIX:具有BSTR参数进行COM方法调用时出现错误信息 support.microsoft.com 10. Returns true if the object is really a COM object, 如果对象的确是COM对象,则返回, msdn2.microsoft.com 1. To create a COM object using the COM class template 使用COM类模板创建COM对象 msdn2.microsoft.com 2. How to: Handle Events Raised by a COM Source 如何:处理COM源引发的事件 msdn2.microsoft.com 3. For details on TLBIMP and how to use it to import a COM type library, see 有关TLBIMP的详细信息和如何使用它来导入COM类型库,请参见 msdn2.microsoft.com 4. SerialPort: Cannot open a COM port beyond COM9 SerialPort:无法打开超过COM9的COM端口 www.microsoft.com 5. FIX: Subsequent attempts to activate a COM object by using the ProgID fail after an intermittent error occurs in Windows Server 2003 FIX:WindowsServer2003中发生间歇性错误后后续尝试通过ProgID激活COM对象失败 support.microsoft.com 6. For example, if you want to change the way that the 'Article' view displays a com_content article, then you should copy the file at 例如,你希望修改单篇文章(Article)的输出模式,那么你需要复制的文件位于 www.bing.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。