Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.CSharp.RuntimeBinder Namespace

 

The Microsoft.CSharp.RuntimeBinder namespace provides classes and interfaces that support interoperation between Dynamic Language Runtime and C#.

ClassDescription
System_CAPS_pubclassBinder

This API supports the product infrastructure and is not intended to be used directly from your code. Contains factory methods to create dynamic call site binders for CSharp.

System_CAPS_pubclassCSharpArgumentInfo

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 specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.

System_CAPS_pubclassRuntimeBinderException

Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.

System_CAPS_pubclassRuntimeBinderInternalCompilerException

Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.

EnumerationDescription
System_CAPS_pubenumCSharpArgumentInfoFlags

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 specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.

System_CAPS_pubenumCSharpBinderFlags

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.

Return to top
Show:
© 2017 Microsoft