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
Public classBinderInfrastructure. Contains factory methods to create dynamic call site binders for CSharp.
Public classCSharpArgumentInfoInfrastructure. 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.
Public classRuntimeBinderExceptionRepresents an error that occurs when a dynamic bind in the C# runtime binder is processed.
Public classRuntimeBinderInternalCompilerExceptionRepresents an error that occurs when a dynamic bind in the C# runtime binder is processed.

  EnumerationDescription
Public enumerationCSharpArgumentInfoFlagsInfrastructure. 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.
Public enumerationCSharpBinderFlagsInfrastructure. 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.

Community Additions

Show:
© 2017 Microsoft