网站首页  词典首页

请输入您要查询的英文单词:

 

单词 late-bound
释义

late-bound

  • 网络绑定;后期绑定;后期捆绑
1.
绑定
通过后绑定late-bound)方式将对象方法与属性暴露为独立实体的能力,还提供跨越应用程序的宏编程。属性页,更改,持久 …
www.hailongchang.org
2.
后期绑定
软件开发常用名词中英文对照 - Leo... ... late binding 晚期绑定 late-bound 后期绑定 layered windows feature 分层窗口功能 ...
www.cnblogs.com
3.
后期捆绑
  在声明中,总是使用类名称,而不要使用 "As Object",因为使用 "As Object" 会使对象变量成为后期捆绑late-bound)。这就 …
www.yesky.com
4.
迟绑定
...r类处理请求,获取数据并显示数据的过程。第一种方式我们要使用迟绑定(late-bound)对象,另一种方式我们要使用强类型类(…
blog.csdn.net
5.
晚期系结
取得晚期系结 (Late-bound) 至 DTE 物件,并可在执行阶段以名称存取的介面或物件。(继承自 _DTE)。
msdn.microsoft.com
6.
绑定的
由于源文档是延迟绑定的(late-bound),因此,对于元素名不能使用智能感知技术。下一节的LINQ to XSD主题支持强类型和文 …
book.51cto.com
7.
后期连结
...ct ? ? ? ? 防止自动转换(大转小) 防止后期连结(late-bound)呼叫 以专案为单位或是个别档案设定 最好是启动 ? 型别如何转换 …
wenku.baidu.com

例句

释义:
1.
The behavior of early-bound variables differs from that of late-bound variables, for which the type is known only at run time.
早期绑定变量的行为与后期绑定变量的行为不同,只有在运行时才知道后期绑定变量的类型。
technet.microsoft.com
2.
You can still make late-bound calls to such a generic type as long as the COM object implements the IDispatch interface.
只要COM对象实现了IDispatch接口,就仍可对此一般类型进行后期绑定调用。
msdn2.microsoft.com
3.
Alternatively, the call from COM can be transformed into a late-bound call via.
将从COM进行的调用转换为后期绑定调用。
msdn2.microsoft.com
4.
The late-bound mechanism is provided by the implementation of a special super-interface called IDispatch.
后期绑定机制则是通过实现一个称为IDispatch的特殊的超级接口来提供的。
www.ibm.com
5.
You might want to determine if you can substitute an early-bound scenario or consider the performance of the late bound scenario.
您可能想要确定能否替换早期绑定方案,或考虑后期绑定方案的性能。
msdn2.microsoft.com
6.
The method is called late-bound using the COM IDispatch interface.
使用COMIDispatch接口在后期绑定调用此方法。
msdn2.microsoft.com
7.
Unlike most languages that either always or never use late binding, Boo allows developers to declare specific variables as late bound.
不像大多数语言——要么总使用晚绑定,要么从来不用,Boo允许开发者声明特定的变量来进行晚绑定。
www.infoq.com
8.
Dynamically invokes (late-bound) the method represented by the current delegate.
动态调用(后期绑定)由当前委托所表示的方法。
msdn2.microsoft.com
9.
As a rule, if you are allowed access in early-bound code, then you are also allowed access in late-bound code.
一般来说,如果允许访问早期绑定代码,那么也就允许访问后期绑定代码。
msdn2.microsoft.com
10.
Method overload, because the latter requires the destination object to be accessed late-bound.
方法重载,因为后者要求以后期绑定的形式访问目标对象。
msdn2.microsoft.com
1.
Hence, you should not rely on finding assemblies in the same application domain through late-bound mechanisms.
因此,不应通过后绑定机制查找相同应用程序中的程序集。
msdn2.microsoft.com
2.
Instruction calls a late-bound method on an object.
指令对对象调用后期绑定方法。
msdn2.microsoft.com
3.
Late-bound variables are variables of type Object that contain numeric data.
后期绑定的变量是包含数值数据的、类型为Object的变量。
msdn2.microsoft.com
4.
Indicates whether a call requires late-bound evaluation.
指示调用是否需要后期绑定计算。
msdn2.microsoft.com
5.
Use a late-bound object to verify whether this procedure works correctly.
使用后期绑定对象来验证此过程是否正确工作。
support.microsoft.com
6.
Late-bound access using the COM IDispatch interface is not supported.
不支持使用COMIDispatch接口进行后期绑定访问。
msdn2.microsoft.com
7.
Process-to-process invocation can be done in either a late-bound or early-bound fashion.
可以通过后期绑定或早期绑定的方式实现流程到流程的调用。
www.ibm.com
8.
Operator to test both early bound and late bound objects.
运算符测试早期绑定对象和后期绑定对象。
msdn2.microsoft.com
9.
Executes a late-bound property get or field access call.
执行后期绑定属性获取或字段访问调用。
msdn2.microsoft.com
10.
Executes a late-bound property set or field write call.
执行后期绑定属性设置或字段写入调用。
msdn2.microsoft.com
1.
Executes a late-bound method or function call.
执行后期绑定方法或函数调用。
msdn2.microsoft.com
2.
Along with late bound access to values through weakly typed variables, the,
在允许通过弱类型化变量对值进行后期绑定访问的同时,
msdn2.microsoft.com
3.
late - bound calls to com objects may cause type mismatch errors
对com对象的后期绑定调用可能导致类型不匹配错误
www.ichacha.net
4.
To avoid breaking late-bound COM clients when using the class interface, apply the
要避免在使用类接口时中断后期绑定的COM客户端,请以
msdn2.microsoft.com
5.
Languages That Support Late-Bound Calls
支持后期绑定调用的语言
msdn2.microsoft.com
6.
The following code example shows how to read the BrowseUrl property, which is a typical late-bound property
下面的代码示例演示如何读取BrowseUrl属性(典型的后期绑定属性)
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/5/23 4:52:05