Operators.FallbackInvokeUserDefinedOperator Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Note: This API is now obsolete.
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)
Syntax
'Declaration
<ObsoleteAttribute("do not use this method", True)> _
<DebuggerStepThroughAttribute> _
<DebuggerHiddenAttribute> _
Public Shared Function FallbackInvokeUserDefinedOperator ( _
vbOp As Object, _
Arguments As Object() _
) As Object
[ObsoleteAttribute("do not use this method", true)]
[DebuggerStepThroughAttribute]
[DebuggerHiddenAttribute]
public static Object FallbackInvokeUserDefinedOperator(
Object vbOp,
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.
Version Information
Silverlight
Obsolete (does not compile) in 4 and later
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.