Visual Studio 2010 - Visual Basic
Working with Dynamic Objects (Visual Basic)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Visual Basic binds to objects from dynamic languages such as IronPython and IronRuby by using the IDynamicMetaObjectProvider interface. If a late-bound call is made to an object that implements the IDynamicMetaObjectProvider interface, Visual Basic binds to the dynamic object by using that interface. If a late-bound call is made to an object that does not implement the IDynamicMetaObjectProvider interface, or if the call to the IDynamicMetaObjectProvider interface fails, Visual Basic binds to the object by using the late-binding capabilities of the Visual Basic runtime.

See Also

Reference

Concepts

Page view tracker