NewLateBinding.FallbackSet(Object, String, Object[]) Method

Definition

Caution

FallbackSet has been deprecated and is not supported.

Caution

do not use this method

Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.

C#
[System.Obsolete("FallbackSet has been deprecated and is not supported.", true)]
public static void FallbackSet(object Instance, string MemberName, object[] Arguments);
C#
[System.Obsolete("do not use this method", true)]
public static void FallbackSet(object Instance, string MemberName, object[] Arguments);

Parameters

Instance
Object

An instance of the call object exposing the property or method.

MemberName
String

The name of the property or method on the call object.

Arguments
Object[]

An array containing the arguments to be passed to the property or method being called.

Attributes

Applies to

Product Versions (Obsolete)
.NET (Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10)
.NET Framework (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)