LateBinding Methods
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
This API supports the product infrastructure and is not intended to be used 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | LateCall(Object, Type, String, Object[], String[], 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, Object[], String[], 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, Object[], 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, Object[], 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, Object[], 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, Object[], 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, Object[], 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.) |