Operators::FallbackInvokeUserDefinedOperator Method (Object^, array<Object^>^)

 
Note: This API is now obsolete.

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

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

Namespace:   Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
[ObsoleteAttribute("do not use this method", true)]
static Object^ FallbackInvokeUserDefinedOperator(
	Object^ vbOp,
	array<Object^>^ Arguments
)

Parameters

vbOp
Type: System::Object^

The user-defined operator.

Arguments
Type: array<System::Object^>^

Argument values to pass to the user-defined operator.

Return Value

Type: System::Object^

The result returned from the user-defined operator.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: