Binder.Invoke Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new CSharp invoke binder.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
'Declaration Public Shared Function Invoke ( _ flags As CSharpBinderFlags, _ context As Type, _ argumentInfo As IEnumerable(Of CSharpArgumentInfo) _ ) As CallSiteBinder
Parameters
- flags
- Type: Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
The flags with which to initialize the binder.
- context
- Type: System.Type
The Type that indicates where this operation is used.
- argumentInfo
- Type: System.Collections.Generic.IEnumerable(Of CSharpArgumentInfo)
The sequence of CSharpArgumentInfo instances for the arguments to this operation.
Show: