LateBinding Class

Definition

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.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class LateBinding sealed
public sealed class LateBinding
type LateBinding = class
Public NotInheritable Class LateBinding
Inheritance
LateBinding

Constructors

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.

Fields

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.

Methods

Call(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, 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, 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()

Gets the Type of the current instance.

(Inherited from Object)
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.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetIndexedPropertyValueStatic(Object, 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)

Applies to

See also