LateBinding Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a reference to a class member, callable expression, or variable name. This class attempts to resolve the reference to the correct value at run time.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | LateBinding(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the LateBinding class, using the specified identifier. |
![]() | LateBinding(String^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the LateBinding class, using the specified identifier and object. |
| Name | Description | |
|---|---|---|
![]() | Call(array<Object^>^, Boolean, Boolean, VsaEngine^) | This API supports the product infrastructure and is not intended to be used directly from your code. Resolves the binding reference by calling a member. |
![]() ![]() | CallValue(Object^, Object^, array<Object^>^, Boolean, Boolean, VsaEngine^) | This API supports the product infrastructure and is not intended to be used directly from your code. Resolves the binding reference by calling a member. |
![]() ![]() | CallValue2(Object^, Object^, array<Object^>^, Boolean, Boolean, VsaEngine^) | This API supports the product infrastructure and is not intended to be used directly from your code. Resolves the binding reference by calling a member. |
![]() | Delete() | This API supports the product infrastructure and is not intended to be used directly from your code. Deletes the binding reference member from the object that the binding reference is defined on. |
![]() ![]() | DeleteMember(Object^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Deletes the specified member from the specified object. |
![]() | 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.) |
![]() | GetNonMissingValue() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value of the binding reference, and converts a Missing value to null. |
![]() | GetType() | |
![]() | GetValue2() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value of the binding reference, and throws an exception if it cannot be resolved. |
![]() ![]() | SetIndexedPropertyValueStatic(Object^, array<Object^>^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets an indexed property. |
![]() | SetValue(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets a property. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | obj | This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to the object that the binding reference is defined on. |
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.


