Metadada is not required for late-bound activation.
后期绑定激活不需要元数据。
Performs late-bound operations on resource sets with a custom data service provider.
使用自定义数据服务提供程序对资源集执行后期绑定操作。
Process-to-process invocation can be done in either a late-bound or early-bound fashion.
可以通过后期绑定或早期绑定的方式实现流程到流程的调用。
The late-bound mechanism is provided by the implementation of a special super-interface called IDispatch.
后期绑定机制则是通过实现一个称为IDispatch的特殊的超级接口来提供的。
Using late-bound calls requires resolving method names at runtime and packaging and unpackaging all the method parameters into or from a special variant array.
使用后期绑定调用,需要在运行时解析方法名称,并把所有方法参数打包成特殊的variant数组,或者从这个特殊的variant数组解包出方法参数。
Early-bound objects are significantly faster than late-bound objects and make your code easier to read and maintain by stating exactly what kind of objects are being used.
早期系结物件明显比晚期系结物件快速,而且会借由确切说明正在使用哪些物件来使您的程序码更容易读取与维护。
For example, if a process calls a human task in a late-bound fashion, it calls a decorator process using late binding, and in turn, the decorator process calls the task statically.
例如,如果某个流程以后期绑定方式调用某个人工任务,则它将使用后期绑定调用装饰流程,而装饰流程又静态地调用该任务。