CSharpBinderFlags Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
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.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
| Member name | Description | |
|---|---|---|
| BinaryOperationLogical | This API supports the product infrastructure and is not intended to be used directly from your code. The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation. | |
| CheckedContext | This API supports the product infrastructure and is not intended to be used directly from your code. The evaluation of this binder happens in a checked context. | |
| ConvertArrayIndex | This API supports the product infrastructure and is not intended to be used directly from your code. The binder represents an implicit conversion for use in an array creation expression. | |
| ConvertExplicit | This API supports the product infrastructure and is not intended to be used directly from your code. The binder represents an explicit conversion. | |
| InvokeSimpleName | This API supports the product infrastructure and is not intended to be used directly from your code. The binder represents an invoke on a simple name. | |
| InvokeSpecialName | This API supports the product infrastructure and is not intended to be used directly from your code. The binder represents an invoke on a specialname. | |
| None | This API supports the product infrastructure and is not intended to be used directly from your code. There is no additional information required for this binder. | |
| ResultDiscarded | This API supports the product infrastructure and is not intended to be used directly from your code. The binder is used in a position that does not require a result, and can therefore bind to a void returning method. | |
| ResultIndexed | This API supports the product infrastructure and is not intended to be used directly from your code. The result of any bind is going to be indexed get a set index or get index binder. | |
| ValueFromCompoundAssignment | This API supports the product infrastructure and is not intended to be used directly from your code. The value in this set index or set member comes a compound assignment operator. |
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1