NewLateBinding Class

Definition

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.

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

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FallbackCall(Object, String, Object[], String[], Boolean)
Obsolete.
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.
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.
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.
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.
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.
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.
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.
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()

Gets the Type of the current instance.

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

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to