ironruby
System.Threading.Tasks.Parallel error in IronRuby
In C# class ParallelTest { public static void Main() { System.Threading.Tasks.Parallel.ForEach(new []{1,2,3,4,5,6,7,8},[详细]
2023-04-06 19:02 分类:问答Short namespace acronym in ruby
I\'m very new to ruby. I use IronRuby and my ruby code has long namespaces: Company:: Division::Group::Product::Package.new[详细]
2023-04-04 04:04 分类:问答IronRuby and C#, Execute File
Why this work: 开发者_Go百科using System; using System.Collections.Generic; using System.Text; using System.IO;[详细]
2023-03-31 13:58 分类:问答Are there any pitfalls in writing WPF apps with IronRuby?
Using IronRuby/IronPython, you should technically be able to do anything you could do in C#/VB .Net.I\'m curious if there is anything that would keep a serious rubyist from writing a WPF app for Windo[详细]
2023-03-30 15:30 分类:问答How can I use the IronLanguages' Tools without buying VS?
IronRuby\'s \"Tools\" pack looks like a really attractive IDE to me, except for the fact that I need to开发者_运维知识库 buy Visual Studio to use it.[详细]
2023-03-18 04:47 分类:问答How to call a C# IEnumerable from IronRuby
I have a C# method: public static IEnumerator getPixels(Picture picture) { for (int x=0; x < picture.width; x++) {[详细]
2023-03-08 07:52 分类:问答Expression Blend Include Code Check Box
I\'m new to WPF and i\'m using Expression Blend 4 to create a new WPF application. I want to create a bunch of windows and write the back-end code using IronRuby. But while creating a new document or[详细]
2023-03-07 07:59 分类:问答UIAutomation API shows menu bar when called from one app, but not another?
I have an application I\'m trying to write an automated UI test for. The is a native C++ ATL application, which has a couple of controls, and a MenuBar. An automation client application written in C#[详细]
2023-03-01 18:07 分类:问答Can I create library (dll) project on ironruby?
Can I create libra开发者_C百科ry (dll) project on ironruby ? and How ?I\'m assuming you\'re referring to creating a .NET assembly which you can use from other .NET apps. For that you can use the IronR[详细]
2023-02-19 12:52 分类:问答Using C# Generics as method parameters in IronRuby script
See the code below for my dilema. I have an object with a method that returns a count of items in an IList (CountChildren) which works fine. But another that does the same thing but taking in a generi[详细]
2023-02-18 15:24 分类:问答