[Ironruby-core] Form Designer adding delegates
John Lam (DLR)
jflam at microsoft.com
Wed Oct 24 23:56:58 EDT 2007
Wayne Kelly:
> require 'mscorlib.dll'
> require 'System.dll'
> require 'System.Drawing.dll'
> require 'System.Windows.Forms.dll'
I'm a bit surprised at the use of assembly filenames vs. assembly names here - what's the resolution order for these assemblies? Do they need to be on the path?
> @button1.set_Location(System::Drawing::Point.new(47, 54))
Is there a reason why you're calling the property setter method explicitly rather than using the property name? Or is this not supported in the Ruby.Net method binder?
Thanks,
-John
More information about the Ironruby-core
mailing list