Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gosuの.soファイルを要求しようとしましたが、「アセンブリを期待する」ということでした。IronRubyはドットネットで書かれていないライブラリファイルをサポートすると思いましたが、これは本当ですか?
IronRuby は、ネイティブ拡張機能を使用するライブラリをサポートしていません。これらを IronRuby で使用するには、まず拡張機能を C# に移植する必要があります。