ironruby
Is it possible to use IronPython and IronRuby side by side in the same Application?
I get a warning in Visual Studio when I reference the latest version of Microsoft.Scripting (the one included with IronPython).[详细]
2023-02-18 00:53 分类:问答IronRuby and C++ DLL
I want to call c++ function from dll. Is it possible to use 开发者_Go百科something like DllImport from C# in IronRuby? There is no option to do that directly from IronRuby at the moment. You will need[详细]
2023-02-12 04:57 分类:问答What .Net object corresponds to an IronRuby hash
I want to call a 开发者_JS百科C# method from an IronRuby script that results in a Ruby hash. I tried Dictionary but that stays as is.[详细]
2023-02-08 07:30 分类:问答Problems with MediaElement showing Video inside a Panorama
This script sets up a Panorama Control with 5 items, then loads up a video inside a MediaElement in the second Panorama item.[详细]
2023-02-06 22:29 分类:问答missing method "to_yaml" in IronRuby
I created my own ruby console using IronRuby engine, but I can\'t get to_yaml to work on any of my .net classes.[详细]
2023-02-04 04:21 分类:问答I can't install "ruby-odbc" in IronRuby
I want to connect to MS Sql server in IronRuby, and I have install \"activerecord-sqlserver-adapter (2.3.4)\", \"dbd-odbc (0.2.4)\",\"dbi (0开发者_运维知识库.4.2)\", and seems that I have to install \[详细]
2023-02-02 06:08 分类:问答Is this the simplest way to print 'Hello World' using PowerShell from C#?
Console.WriteLine( PowerShell .Create() .AddScript(\"\'Hello from PowerShell\'\") .Invoke()[0] ); Here are IronPython and IronRuby[详细]
2023-02-01 18:50 分类:问答Writing .NET in dynamic language?
I\'m confused by the possibility of writing .NET in dynamic languages, such as (Iron)Ruby. Particularly, I\'ve seen code in IronRuby that used generics (...foo[String]), but I\'m not aware of this fea[详细]
2023-02-01 02:34 分类:问答WPF Toolkit Datagrid Sorting
Our client has wants to sort the values in a WPF datagr开发者_如何学Pythonid. One of the columns is a time span column. However, it\'s in string format. Here are sample data.[详细]
2023-01-31 04:33 分类:问答IronRuby, IronPython, or Something Else?
I am looking to build a set of dynamic 开发者_StackOverflow社区scripts, stored in a table, that will act as business rules against my EF model.In the past, I was inclined to use IronRuby or IronPython[详细]
2023-01-28 05:29 分类:问答