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, Object[], 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, Object[], 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, Object[], 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, Object[], 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, Object[], 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, Object[], 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, 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, 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, Object[], String[], Type[], 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, Object[], 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, 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, Object[], String[], Type[], 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, Object[], 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, Object[], 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, Object[], 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, Object[], 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, Object[], String[], 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, Object[], String[], 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, Object[], String[], 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.

