The snippet shows a simple implementation of the dynamic operator (?) that uses Dynamic Language Runtime and the C# implementation of dynamic operations. The snippet shows how to invoke instance methods with single argument.
34 people like thisPosted: 13 years ago by Tomas Petricek
Definition of the dynamic resolution operators for hosting the DLR. You can either use Ruby or Python, as the module isn't language specific.
4 people like thisPosted: 13 years ago by Rainer Schuster
Uses dynamic operator to quickly create XML
3 people like thisPosted: 11 years ago by David Grenier
Demonstrates how to implement the dynamic operator (?) using .NET Reflection. The implementation supports calling constructors, propreties and methods using simple overload resolution (based on parameter count). It handles instance as well as static members.
71 people like thisPosted: 13 years ago by Tomas Petricek
A script that consumes the Stackoverflow API in a dynamic fashion
6 people like thisPosted: 12 years ago by Mauricio Scheffer
Get/put field/property and invoke method (one and multi arguments) via "?" operator.
3 people like thisPosted: 10 years ago by Zhukoff Dima