LateBinding Class
This API supports the product infrastructure and is not intended to be used directly from your code.
This class has been deprecated since Visual Basic 2005.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | LateCall(Object^, Type^, String^, array<Object^>^, array<String^>^, array<Boolean>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Performs a late-bound call to an object method. |
![]() ![]() | LateGet(Object^, Type^, String^, array<Object^>^, array<String^>^, array<Boolean>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a late-bound value from an object. |
![]() ![]() | LateIndexGet(Object^, array<Object^>^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a late-bound value from an object, using the specified index or parameters. |
![]() ![]() | LateIndexSet(Object^, array<Object^>^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets a late-bound value of an object, using the specified parameters. |
![]() ![]() | LateIndexSetComplex(Object^, array<Object^>^, array<String^>^, Boolean, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets a late-bound value of an object, using the specified parameters. |
![]() ![]() | LateSet(Object^, Type^, String^, array<Object^>^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets a late-bound value of a member of an object, using the specified parameters. |
![]() ![]() | LateSetComplex(Object^, Type^, String^, array<Object^>^, array<String^>^, Boolean, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets a late-bound value of a member of an object, using the specified parameters. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class supports the Visual Basic compiler and is not intended to be used directly from your code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

