Binder.Convert 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.
Initializes a new CSharp convert binder.
Namespace: Microsoft.CSharp.RuntimeBinder
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
Syntax
'Declaration
Public Shared Function Convert ( _
flags As CSharpBinderFlags, _
type As Type, _
context As Type _
) As CallSiteBinder
public static CallSiteBinder Convert(
CSharpBinderFlags flags,
Type type,
Type context
)
Parameters
- flags
Type: Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
The flags with which to initialize the binder.
- type
Type: System.Type
The type to convert to.
- context
Type: System.Type
The Type object that indicates where this operation is used.
Return Value
Type: System.Runtime.CompilerServices.CallSiteBinder
Returns a new CSharp convert binder.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.