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
Would this be what you need? http://ironruby.codeplex.com/workitem/4920 Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of sridharans sivamurugan Sent: Monday, April 25, 2011 7:38 PM To: ironruby-core@rubyforge.org

[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