NewLateBinding Class
This class provides helpers that the Visual Basic compiler uses for late binding calls; it is not meant to be called directly from your code.
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.) |
![]() ![]() | FallbackCall(Object^, String^, array<Object^>^, array<String^>^, Boolean) | Obsolete. Executes a late-bound method or function call. This helper method is not meant to be called directly from your code. |
![]() ![]() | FallbackGet(Object^, String^, array<Object^>^, array<String^>^) | Obsolete. Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. |
![]() ![]() | FallbackIndexSet(Object^, array<Object^>^, array<String^>^) | Obsolete. Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() ![]() | FallbackIndexSetComplex(Object^, array<Object^>^, array<String^>^, Boolean, Boolean) | Obsolete. Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() ![]() | FallbackInvokeDefault1(Object^, array<Object^>^, array<String^>^, Boolean) | Obsolete. Executes a late-bound get of the default property or field, or call to the default method or function. This helper method is not meant to be called directly from your code. |
![]() ![]() | FallbackInvokeDefault2(Object^, array<Object^>^, array<String^>^, Boolean) | Obsolete. Executes a late-bound get of the default property or field, or call to the default method or function. This helper method is not meant to be called directly from your code. |
![]() ![]() | FallbackSet(Object^, String^, array<Object^>^) | Obsolete. Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() ![]() | FallbackSetComplex(Object^, String^, array<Object^>^, Boolean, Boolean) | Obsolete. Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | LateCall(Object^, Type^, String^, array<Object^>^, array<String^>^, array<Type^>^, array<Boolean>^, Boolean) | Executes a late-bound method or function call. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateCallInvokeDefault(Object^, array<Object^>^, array<String^>^, Boolean) | Executes a late-bound call to the default method or function. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateCanEvaluate(Object^, Type^, String^, array<Object^>^, Boolean, Boolean) | Indicates whether a call requires late-bound evaluation. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateGet(Object^, Type^, String^, array<Object^>^, array<String^>^, array<Type^>^, array<Boolean>^) | Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateGetInvokeDefault(Object^, array<Object^>^, array<String^>^, Boolean) | Executes a late-bound get of the default property or field. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateIndexGet(Object^, array<Object^>^, array<String^>^) | Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateIndexSet(Object^, array<Object^>^, array<String^>^) | Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateIndexSetComplex(Object^, array<Object^>^, array<String^>^, Boolean, Boolean) | Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateSet(Object^, Type^, String^, array<Object^>^, array<String^>^, array<Type^>^) | Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateSet(Object^, Type^, String^, array<Object^>^, array<String^>^, array<Type^>^, Boolean, Boolean, CallType) | Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() ![]() | LateSetComplex(Object^, Type^, String^, array<Object^>^, array<String^>^, array<Type^>^, Boolean, Boolean) | Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.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.

