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://
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
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
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
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/
@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
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