单词 | managed object | ||||||||||||
释义 | managed object
更多释义 收起释义 例句释义: 管理对象,托管对象,管理目标 1. Tests to see if the object represents a true COM object or if it is a proxy to a managed object. 测试以确定对象是表示真正的COM对象还是托管对象的代理。 msdn2.microsoft.com 2. An unmanaged user component throws an access violation when trying to use a managed object that had been exposed to COM. 非托管用户组件在尝试使用已公开到COM的托管对象时会引发一个访问冲突。 msdn.microsoft.com 3. Do not call Close or Dispose on a Connection, a DataReader, or any other managed object in the Finalize method of your class. 不要在类的Finalize方法中对Connection、DataReader或任何其他托管对象调用Close或Dispose。 msdn2.microsoft.com 4. The runtime creates exactly one CCW for a managed object , regardless of the number of COM clients requesting its services . 运行库只为每个托管对象创建一个CCW,而不管有多少个COM客户端在请求其服务。 www.bing.com 5. Guarantees that the managed object is not garbage collected until the platform invoke call completes. 包装句柄,可保证该托管对象在平台invoke调用完成前不被垃圾回收。 msdn2.microsoft.com 6. This usually occurs when converting a native object into a managed object. 将本机对象转换为托管对象时通常会发生这种情况。 msdn2.microsoft.com 7. A managed object that should not be finalized until the platform invoke call returns. 在平台invoke调用返回前不应完成的托管对象。 msdn2.microsoft.com 8. Gets the name of a type using the provided managed object pointer. 使用提供的托管对象指针获取类型的名称。 msdn2.microsoft.com 9. The CCW, in turn, holds a single reference to the managed object that implements the interface and is garbage collected. 而该CCW又对实现接口的托管对象持有单个引用,并且会进行垃圾回收。 technet.microsoft.com 10. When you create an user-managed object, DB2 forces you to follow the same naming convention. 在创建一个用户管理的对象时,DB2会强制您遵循相同的命名约定。 www.ibm.com 1. In WMI, an occurrence of a change to static or dynamic data related to a managed object. 在WMI中,与托管对象相关的静态或动态数据发生的更改。 msdn2.microsoft.com 2. The object can be a string, a date, a currency, a number, an array of bytes, or any managed object. 该对象可以是字符串、日期、货币、数字、字节数组或任何托管对象。 msdn2.microsoft.com 3. The persistence context is responsible for synchronizing the managed object state with the entity state stored in the database. 持久上下文负责将托管对象状态与数据库中存储的实体状态进行同步。 www.ibm.com 4. Although less common, you can use this method on a managed object to obtain a pointer to the object's COM callable wrapper. 也可以对托管对象使用此方法,以获得指向该对象的COM可调用包装的指针,但通常不这样做。 msdn2.microsoft.com 5. Returns a managed object of a specified type that represents a COM object. 返回表示COM对象的指定类型的托管对象。 msdn2.microsoft.com 6. Marshals data from an unmanaged block of memory to a newly allocated managed object of the specified type. 将数据从非托管内存块封送到新分配的指定类型的托管对象。 msdn2.microsoft.com 7. Demonstrates how to call a managed object from native code. 说明了如何从本机代码调用托管对象。 msdn2.microsoft.com 8. You can also use this method on a managed object to obtain an interface pointer to the COM callable wrapper for the object. 还可以将此方法用于托管对象,获取指向该对象的COM可调用包装的接口指针。 msdn2.microsoft.com 9. Returns a managed object corresponding to a raw pointer to an unmanaged VARIANT type. 返回与指向非托管VARIANT类型的原始指针对应的托管对象。 msdn2.microsoft.com 10. The proxy then delegates all calls on the class interface back to the managed object. 该代理然后将类接口上的所有调用委托回托管对象。 msdn2.microsoft.com 1. Gets a reference pointer to the specified managed object that has a garbage collection handle. 获取一个接口指针,该指针指向引用与指定的。 msdn2.microsoft.com 2. Consequently, a COM object can be used as a managed object in the runtime. 因此,COM对象可以在运行库中作为托管对象使用。 msdn2.microsoft.com 3. The runtime uses this metadata to generate a CCW whenever a COM client activates managed object. 每当COM客户端激活托管对象时,运行库就会使用此元数据来生成CCW。 msdn2.microsoft.com 4. Many tasks can read the state of the same Managed Object at the same time without causing contention. 许多任务可以同时读相同管理对象的状态而不会产生冲突。 www.cnblogs.com 5. The following table shows managed object types and their corresponding COM variant types. 下表显示托管对象类型及其对应的COMVariant类型。 msdn2.microsoft.com 6. When the reference count on the CCW reaches zero, the wrapper releases its reference on the managed object. 当CCW上的引用计数达到零时,该包装将释放它对托管对象的引用。 msdn2.microsoft.com 7. Changes made to the managed object are lost. 对托管对象所做的更改将丢失。 msdn2.microsoft.com 8. Object created from a handle to a managed object. 返回从某个托管对象的句柄创建的新。 msdn2.microsoft.com 9. A managed object containing the data pointed to by the ptr parameter. 一个托管对象,包含ptr参数指向的数据。 msdn2.microsoft.com 10. The managed object to be destroyed. 要销毁的托管对象。 msdn2.microsoft.com 1. Returns an IDispatch interface pointer from a managed object, if the caller is in the same context as that object. 如果调用方与托管对象在同一上下文中,则从该对象返回一个IDispatch接口指针。 msdn2.microsoft.com 2. The reference count will be decremented when the runtime performs garbage collection on the managed object representing the COM object. 当运行库对表示COM对象的托管对象执行垃圾回收时,引用数将减少。 msdn2.microsoft.com 3. JMS Request Queue: The JMS managed object that represents the request MQ queue. JMS请求队列:表示请求MQ队列的JMS托管对象。 www.ibm.com 4. A CCW is a proxy for a managed object being referenced from an unmanaged COM client. CCW是从非托管COM客户端引用的托管对象的代理。 msdn2.microsoft.com 5. This method wraps IUnknown in a managed object. 此方法在托管对象中包装IUnknown。 msdn2.microsoft.com 6. An interface is being implemented by another managed object that was passed to COM elsewhere. 接口正被在其他地方传递给COM的另一托管对象实现。 msdn2.microsoft.com 7. Aggregates a managed object with the specified COM object. 聚合托管对象和指定的COM对象。 msdn2.microsoft.com 8. If the object is a proxy to a managed object. 如果对象是托管对象的代理,则返回。 msdn2.microsoft.com 9. A template for a type of managed object. 一种类型的托管对象的模板。 msdn2.microsoft.com 10. Marshals data from an unmanaged block of memory to a managed object. 将数据从非托管内存块封送到托管对象。 msdn2.microsoft.com 1. See definition for Managed Object Format. 请参见托管对象格式的定义。 msdn2.microsoft.com 2. Marshals data from a managed object to an unmanaged block of memory. 将数据从托管对象封送到非托管内存块。 msdn2.microsoft.com 3. A call to the EnumWindows method passes the delegate and the managed object, casting the handle to an IntPtr. 对EnumWindows方法的调用传递该委托和托管对象,并将句柄强制转换为IntPtr。 msdn2.microsoft.com 4. Provides a means for accessing a managed object from unmanaged memory. 提供从非托管内存访问托管对象的方法。 msdn2.microsoft.com 5. If there is exactly one Spring-managed object matching the dependency's type, then it will be injected. 如果刚好只有一个Spring管理对象符合该依赖的类型,那么它会被注入。 www.infoq.com 6. Wraps a managed object holding a handle to a resource that is passed to unmanaged code using platform invoke. 包装一个托管对象,该对象保存使用平台invoke(调用)传递给非托管代码的资源句柄。 msdn2.microsoft.com 7. In the following example, DefaultStrategy will be used if no Spring-managed object of type SomeStrategy is found within the context. 在下面这个例子中,DefaultStrategy只有在context命名空间中没有SomeStrategy类型的Spring管理对象时才能被使用。 www.infoq.com 8. Returns the COM view of the managed object. 返回托管对象的COM视图。 msdn2.microsoft.com 9. Uses the GCHandle structure to pass a managed object to an unmanaged function that expects an LPARAM type. 使用GCHandle结构将托管对象传递给需要LPARAM类型的非托管函数。 msdn2.microsoft.com 10. This sample demonstrates how to pass a managed object to an unmanaged function that expects an LPARAM type. 该示例说明如何将托管对象传递给需要LPARAM类型的非托管函数。 msdn2.microsoft.com 1. For example, there is longer any special handling of JMS managed object definitions required. 例如,长久以来一直要求对JMS管理的对象定义进行某种特殊处理。 www.ibm.com 2. Expand managed object of RSVP-TE to carry fault information, for transporting fault information to network control management system; 为使故障信息传输到控制管理系统,设计了通过扩展RSVP-TE的管理对象来携带故障信息; www.boshuo.net 3. Interface of the managed object is passed as a parameter and the delegate should return the 接口以参数形式传递,委托应返回非托管对象的 msdn2.microsoft.com 4. Enables OO programming with a well defined managed object model 可以通过一个定义良好的管理对象模型进行面向对象编程 www.infoq.com 5. In the simplest usage pattern, a managed object allocates unmanaged memory in the constructor and releases it in the 在最简单的用法模式下,托管对象将在构造函数中分配非托管内存,而在 msdn2.microsoft.com 6. however , you cannot activate managed object through com 不过,您无法通过com激活托管对象。 www.ichacha.net 7. Research and trial of managed object integration test 管理对象关系集成测试的研究及实验 service.ilib.cn 8. realizing a managed object chain table on the class object; 在该类对象上实现一个托管对象链表; ip.com 9. a structure , a data object , or any managed object 结构、数据对象或任何托管对象。 www.ichacha.net 10. IVMO Initial Value of Managed Object 管理目标初始值 www.jicheng.cn |
||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。