Microsoft.CSharp.RuntimeBinder Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes and interfaces that support interoperation between Dynamic Language Runtime and C#.
Classes
Binder |
Contains factory methods to create dynamic call site binders for CSharp. |
CSharpArgumentInfo |
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. |
RuntimeBinderException |
Represents an error that occurs when a dynamic bind in the C# runtime binder is processed. |
RuntimeBinderInternalCompilerException |
Represents an error that occurs when a dynamic bind in the C# runtime binder is processed. |
Enums
CSharpArgumentInfoFlags |
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. |
CSharpBinderFlags |
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. |