Re: [Ironruby-core] Getting value of IronRuby object's property using reflections

2011-05-03 Thread sridharans sivamurugan
Hi Charles, I'm trying to get the value of the Iron Ruby objects using reflection(using Property Descriptor). This is my ultimate need. -Sri. -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://

Re: [Ironruby-core] Getting value of IronRuby object's property using reflections

2011-04-27 Thread Charles Strahan
Hi Sri, What is it that you are ultimately trying to accomplish? Are you wanting to bind a control to the Ruby object? -Charles On Wed, Apr 27, 2011 at 4:30 AM, sridharans sivamurugan < li...@ruby-forum.com> wrote: > Hi Jimy, > > Thanks for the information. But I need to use the .Net reflectio

Re: [Ironruby-core] Getting value of IronRuby object's property using reflections

2011-04-27 Thread sridharans sivamurugan
Hi Jimy, Thanks for the information. But I need to use the .Net reflection API. I'm trying to do something with the ruby object in my WPF control. So I can’t use Ruby reflection API, I can get just a Ruby object I need to manipulate that with the help of Reflection API. -Sri. -- Posted via http

Re: [Ironruby-core] Getting value of IronRuby object's property using reflections

2011-04-26 Thread Jimmy Schementi
On Tue, Apr 26, 2011 at 1:06 AM, sridharans sivamurugan wrote: > Tomas Matousek wrote in post #995011: >> Would this be what you need? >> http://ironruby.codeplex.com/workitem/4920 >> >> Tomas > > Hi Tomas, > > Yes exactly the same. I need to get those methods as property in C#. Do > you have any

Re: [Ironruby-core] Getting value of IronRuby object's property using reflections

2011-04-25 Thread sridharans sivamurugan
Tomas Matousek wrote in post #995011: > Would this be what you need? > http://ironruby.codeplex.com/workitem/4920 > > Tomas Hi Tomas, Yes exactly the same. I need to get those methods as property in C#. Do you have any idea to achieve this? Thanks, Sri. -- Posted via http://www.ruby-forum.com/

Re: [Ironruby-core] Getting value of IronRuby object's property using reflections

2011-04-25 Thread Tomas Matousek
@rubyforge.org Subject: [Ironruby-core] Getting value of IronRuby object's property using reflections hi All, I'm having the ruby class of following structure. I need to gets its value using reflection that it need to get its value using Property Descriptor or PropertyInfo collection. I can get

[Ironruby-core] Getting value of IronRuby object's property using reflections

2011-04-25 Thread sridharans sivamurugan
hi All, I'm having the ruby class of following structure. I need to gets its value using reflection that it need to get its value using Property Descriptor or PropertyInfo collection. I can get this only when I use the attributes. If I have the object without any attributes its returning the publi