[Mono-dev] pull request, implement System.Threading.Thread.Priority get and set methods

2014-09-11 Thread 何子杰Hzj_jie
hi, all,can anyone from the collaborators help to look at the change https://github.com/mono/mono/pull/1272? it's an implementation of System.Threading.Thread.Priority property. thank you. .Hzj_jie ___

[Mono-dev] Version metadata - reflection?

2014-09-11 Thread Edward Ned Harvey (mono)
In Visual Studio, you right-click a project, properties, application, assembly information, and set the version, which corresponds to AssemblyVersion and AssemblyFileVersion in AssemblyInfo.cs, and it can be detected at runtime via

Re: [Mono-dev] mono_thread_manage causes subsequent mono_jit_cleanup call to hang?

2014-09-11 Thread Rodrigo Kumpera
How about internally renaming mono_thread_manage and add a no-op version of it. It would retain compatibility with wine and would not further complicate the shutdown sequence. This assumes that there's no good use case for calling the two independently. -- Rodrigo On Wed, Sep 10, 2014 at 5:58

[Mono-list] Java Convert to C#

2014-09-11 Thread mutasim
i convert java code to C# but there is a lot of error the code is connected to C directly the file that been converted : openjdk-7-fcs-src-b147-27 jun 2011 FIle: http://www.mediafire.com/download/7tg3eqw995z1a52/Java.rar -- View this message in context:

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread William Ivanski
IMO this subject is not related to this list. William Ivanski 2014-09-11 10:50 GMT-03:00 mutasim d_muta...@hotmail.com: i convert java code to C# but there is a lot of error the code is connected to C directly the file that been converted : openjdk-7-fcs-src-b147-27 jun 2011 FIle:

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread William Ivanski
IMO = In My Opinion. William Ivanski 2014-09-11 11:12 GMT-03:00 mutasim d_muta...@hotmail.com: What the mean of IMO ?? -- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4663813.html Sent from the Mono - General mailing list archive at

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread mutasim
why some of the programs in mono back to java , in java is powerful language , and also you can program java with the C# if the java is CLI -- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4663815.html Sent from the Mono - General mailing list

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread mutasim
I mean we ask yourself the question -- View this message in context: http://mono.1490590.n4.nabble.com/Java-Convert-to-C-tp4663811p4663816.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist -

[Mono-list] Assembly Version / Project Version / AssemblyVersion

2014-09-11 Thread Edward Ned Harvey (mono)
When I right-click a project and go to Options, Main Settings, there is a Version field there. However, when I change that, it has no effect on System.Reflection.Assembly.GetExecutingAssembly().GetName().Version. I noticed if I edit Properties/AssemblyInfo.cs, there is a AssemblyVersion and

Re: [Mono-list] Java Convert to C#

2014-09-11 Thread Jonathan Pryor
On Sep 11, 2014, at 9:50 AM, mutasim d_muta...@hotmail.com wrote: i convert java code to C# but there is a lot of error the code is connected to C directly the file that been converted : openjdk-7-fcs-src-b147-27 jun 2011 Just offhand...are you aware of the semantic differences between Java

Re: [Mono-list] Assembly Version / Project Version / AssemblyVersion

2014-09-11 Thread Bob Summerwill
On a related theme we found multiple sets of slightly redundant meta data when building MonoDevelop add-ins. AssemblyInfo.cs plus two different XML files. Cheers, Bob On Sep 11, 2014 2:43 PM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: When I right-click a project and

Re: [Mono-list] Assembly Version / Project Version / AssemblyVersion

2014-09-11 Thread Fernando Rodriguez
On Thursday, September 11, 2014 09:29:06 PM Edward Ned Harvey wrote: When I right-click a project and go to Options, Main Settings, there is a Version field there. However, when I change that, it has no effect on System.Reflection.Assembly.GetExecutingAssembly().GetName().Version. I

[Mono-list] Does Mono Support the development of plugin based programs?

2014-09-11 Thread Josiah
Hi all, I'm looking at options for cross-platform development and I was wondering if Mono supports the ability to create a program that can load plugins. Any help would be appreciated. -- View this message in context:

Re: [Mono-list] Does Mono Support the development of plugin based programs?

2014-09-11 Thread Miljenko Cvjetko
Hi On 20140912 05:25 , Josiah wrote: Hi all, I'm looking at options for cross-platform development and I was wondering if Mono supports the ability to create a program that can load plugins. Mono supports MEF since version 2.8, besides it has Mono.Addin implemetation equivalent to MAF. For

Re: [Mono-list] Does Mono Support the development of plugin based programs?

2014-09-11 Thread Wayne Douglas
Does MEF run on mono?— Sent from Mailbox On Fri, Sep 12, 2014 at 6:15 AM, Miljenko Cvjetko mcvje...@holisticware.net wrote: Hi On 20140912 05:25 , Josiah wrote: Hi all, I'm looking at options for cross-platform development and I was wondering if Mono supports the ability to create a