C# Future Focus: Delphi History Repeating
February 21, 2008
Charlie Calvert writes about dynamic method invocation that has been implemented in the .NET DLR and is working its way into getting proper support by the full VS.NET tool set. Dynamic method invocation is late binding to the extreme – the lookup is performed at runtime, every time the function call executes. The compiler has [...]
Tags: .NET, Delphi, DLR, IDispatch, Variant, Win32
Filed under: Programming |
Comments (4)