从可移植性到C#的可移植性 [英] inter-portability from inter-portabilityto C#

查看:97
本文介绍了从可移植性到C#的可移植性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们已经构建了大约400个Eclipse插件.在Eclipse中使用Ecore创建了模型/设计.现在为设计工作,将生成Eclipse插件,每个插件将有大约300个类,并将依赖于另一个插件类 并且除main之外,我们在eclipse插件中没有任何用于实例化类的main方法,我们为每个插件定义了一些激活器类,这些激活器类将由eclipse插件内部初始化,即在内部加载激活器类 插件类.现在我们也希望这些Java插件也可以在C#中使用.因此,我们找到了一些工具,例如  IKVM或JNBRIDGE可实现从可移植性到C#的可移植性. 当我们使用IKVM或JNBRIDGE转换为.dll时,插件中的类将具有相同的C#功能.

We have around 400 Eclipse plugins that are built.In Eclipse using Ecore we have created the model/design.Now for the design the Eclipse plugins are generated and each plugin will have around 300 classes and will be dependent on the other plugin classes and we don't have any main methods in eclipse plugins to instantiate classes other than main we have some activator classes defined for the each plugin which will be internally initiated by the eclipse plugin which internally i.e activator class will be loading the classes of the plugin .Now we want those java plugins to be used in C# also.So we found some tools such as  IKVM or JNBRIDGE for inter-portability from inter-portability to C# .But what the eclipse provide the functionality to activator class to load the classes in the plugin will the C# also have the same functionality when we convert to .dll using IKVM or JNBRIDGE.

由于我们在Eclipse建模项目的支持下构建了Eclipse插件,因此我们必须将完整的Eclipse IDE引入C#Addin.但是这些工具没有为将Eclipse插件移植到C#提供适当的解决方案,因此有什么方法可以带来 Eclipse IDE到C#插件.

Since we built our Eclipse plugins with support of Eclipse modelling project So we have to bring the complete Eclipse IDE into the C# Addin. But these tools are not giving proper solution for porting of Eclipse plugins to C#.So is there any way to bring the Eclipse IDE to C# addin.

预先感谢

推荐答案

您好

Hi Manish_C,

谢谢您在这里发布.

>>>因此,有什么方法可以将Eclipse IDE引入C#插件.

>>So is there any way to bring the Eclipse IDE to C# addin.

根据我的搜索.我认为没有办法将Eclipse IDE引入C#插件.我认为您应该为.NET Framework重新编写这些插件.

Based on my search. I think there is no way to bring the Eclipse IDE to C# addin. I think you should re-write these plugins for .NET framework.

如果您认为回复对您有所帮助,请标记主题.

If you feel the reply would be helpful to you, please mark the thread.

最好的问候,

哈特


这篇关于从可移植性到C#的可移植性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆