ironruby
IronRuby System.DateTime NilClass
Why comparing to null is so unstable? Just code. IronRuby 0.9.4.0 on .NET 2.0.50727.4927 Copyright (c) Microsoft Corporation. All rights reserved.[详细]
2022-12-20 01:18 分类:问答IronRuby - how to require .NET assemblies without strong name?
This page on the IronRuby help website talks about being able to \'require\' some well-known assemblies such as System.Windows.Forms without needing to crank out the entire \'ah-come-on-gimme-a-break-[详细]
2022-12-18 19:48 分类:问答What are the benefits of using IronPython over IronRuby or F#?
Well aware that DLR is here!! I have recently reading up on all of these and 开发者_JAVA百科was wondering if there were any specific benefits of using one language over another?[详细]
2022-12-18 06:11 分类:问答Multiple Pointer Test in If Statement
considering a pointer to a struct struct a_struct { int A; }; Is it ok to do : struct a_struct *ptr; //...[详细]
2022-12-17 16:43 分类:问答Assembly redirection in code instead of app.config
I\'m using ironruby to execute a script that loads an assembly with a dependency that needs to be redirected from v2.0.0.0 to v3.5.0.0 in the app.config like this:[详细]
2022-12-16 05:40 分类:问答Performance comparison between IronRuby and IronPython
We\'re aiming to implement a scripting mechanism, using DLR\'s Microsoft.Scripting and hosting as开发者_JAVA技巧sembly.[详细]
2022-12-15 11:40 分类:问答Is IronRuby ScriptSource.Execute thread safe?
We are i开发者_开发问答mplemented expression evaluator via hosting IronRuby engine. Simplified version of evaluator you can see here.[详细]
2022-12-15 02:06 分类:问答Alternative languages with MonoTouch
MonoTouch is always mentioned along with C#. Are the framework and toolset actually limited to C#, or do other CLR languages like Ir开发者_如何学PythononRuby and F# work as well?It\'s not limited to C[详细]
2022-12-13 15:05 分类:问答Rails + C# - Reusing Models
I\'m working on a project that has a website in Rails and a C# GUI that use the same database and data models. I\'d like to share the (active)models between the two parts.开发者_运维百科 Any ideas on[详细]
2022-12-13 00:52 分类:问答WPF App hosting/executing Ruby code via IronRuby
Hey folks, hoping 开发者_StackOverflow社区you can help me get started with IronRuby. I have several Ruby scripts that I want to execute from my WPF Application (due to the use of several RMagick metho[详细]
2022-12-13 00:02 分类:问答
加载中,请稍侯......