Tagged Questions
6
votes
1answer
2k views
Method-missing difficulties in C# 4.0: dynamic vs RealProxy
Does anyone know of a way to intercept dynamic method calls (particularly those that are going to raise RuntimeBinderExceptions) with a RealProxy? I was hoping to catch the exception and implement ...
1
vote
1answer
554 views
Farseer physics…hello world…?
I have no idea why but I cant seem to find out why this isn't working...
I'm trying to make something really simple, like something that just falls off the screen.
It seems like with the latest ...