| 1. | Dynamic binding through uddi referencing 通过uddi引用的动态绑定 |
| 2. | How to : dynamically bind event handlers at run time in asp . net web pages 如何:在asp . net网页中对事件处理程序进行运行时动态绑定 |
| 3. | You can also create templates as user controls and bind them dynamically to controls on your page 还可以将模板创建为用户控件,并将其动态绑定到页上的控件。 |
| 4. | ( 3 ) channels and rules in the system adopt dynamic binding mechanism to make the system flexible ( 3 )系统中的通道和规约采用动态绑定机制,提高了系统的灵活性。 |
| 5. | It does not require consumer dynamic routing - all of the service invocation requests are always routed to the intermediary 它不需要客户动态绑定所有的服务调用请求都被路由到中介点。 |
| 6. | What happens if you ' re inside a constructor and you call a dynamically - bound method of the object being constructed 如果你再一个构造方法中调用正在创建的这个对象的一个动态绑定的方法会发生什么呢? |
| 7. | Creates and dynamically binds a property descriptor to a type , using the specified property name , type , and attribute array 使用指定的属性( property )名称、类型和属性( attribute )数组创建一个属性( property )说明符,并将其动态绑定到某个类型。 |
| 8. | Tools and algorithms for the construction and analysis of systems , part of etaps , genova , italy , april , 2001 , pp . 389 - 403 . 16 jose l fernandez . acceptance testing of object - oriented systems 尽管我们的模型可以用在带有函数调用的过程系统中,但是它更适用于面向对象系统, ecfg对实时动态绑定的连通性方法更具有启发意义。 |
| 9. | In this chapter , you ' ll learn about polymorphism ( also called dynamic binding or late binding or run - time binding ) starting from the basics , with simple examples that strip away everything but the polymorphic behavior of the program 在本章,你将通过一些只有多态方法的小例子学习到多态性(动态绑定,后绑定或者运行时绑定) 。 |
| 10. | Inside an ordinary method , you can imagine what will happen : the dynamically - bound call is resolved at run time , because the object cannot know whether it belongs to the class that the method is in or some class derived from it 如果是在一个普通的方法中,你可以设想应该是这样:动态绑定的调用只有在运行时才决定,因为对象不知道它属于当前所在类的方法还是在这个类的派生类中。 |