Operators.FallbackInvokeUserDefinedOperator(Object, Object[]) Method

Definition

Caution

FallbackInvokeUserDefinedOperator has been deprecated and is not supported.

Caution

do not use this method

Executes a late-bound evaluation of a user-defined operator. This helper method is not meant to be called directly from your code.

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

C#
[System.Obsolete("FallbackInvokeUserDefinedOperator has been deprecated and is not supported.", true)]
public static object? FallbackInvokeUserDefinedOperator(object? vbOp, object?[]? arguments);
C#
[System.Obsolete("do not use this method", true)]
public static object? FallbackInvokeUserDefinedOperator(object? vbOp, object?[]? arguments);
C#
[System.Obsolete("do not use this method", true)]
public static object FallbackInvokeUserDefinedOperator(object vbOp, object[] arguments);
C#
[System.Obsolete("do not use this method", true)]
public static object FallbackInvokeUserDefinedOperator(object vbOp, object[] Arguments);

Parameters

vbOp
Object

The user-defined operator.

Argumentsarguments
Object[]

Argument values to pass to the user-defined operator.

Returns

The result returned from the user-defined operator.

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)