The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Operators::FallbackInvokeUserDefinedOperator Method (Object^, array<Object^>^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.VisualBasic.CompilerServices
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Return to top
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.
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.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: