Can ruby require a dll(write width C#) in SketchUp?

Hello everybody:
I have a question that I want to write an UI by wpf, it can by load by ruby and it can call sketchup api, Can it be done? If can, how to do it?

See Kernel#require() for Ruby extensions as DLLs.

See Fiddle library for loading DLLs that are not Ruby extensions.

See examples of C extensions at GitHub …

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.