CSharpBinderFlags Enumeration
Collapse the table of content
Expand the table of content

CSharpBinderFlags Enumeration

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. ]

Represents information about C# dynamic operations that are not specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.CSharp.RuntimeBinder
Assembly:  Microsoft.CSharp (in Microsoft.CSharp.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
BinaryOperationLogicalThe binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.
CheckedContextThe evaluation of this binder happens in a checked context.
ConvertArrayIndexThe binder represents an implicit conversion for use in an array creation expression.
ConvertExplicitThe binder represents an explicit conversion.
InvokeSimpleNameThe binder represents an invoke on a simple name.
InvokeSpecialNameThe binder represents an invoke on a specialname.
NoneThere is no additional information required for this binder.
ResultDiscardedThe binder is used in a position that does not require a result, and can therefore bind to a void returning method.
ResultIndexedThe result of any bind is going to be indexed get a set index or get index binder.
ValueFromCompoundAssignmentThe value in this set index or set member comes a compound assignment operator.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft