I searched everywhere from google to this site but seems no answer for it. Does anyone know if IronRuby supports clr class attributes? If yes, how?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no way to apply CLR attributes in IronRuby today. IronPython support it experimentally with its
clrtypemodule, which uses its own way of overriding the underlying .NET class for a Python object.If one would want to implement this in IronRuby themselves, it’d be a large undertaking, but not impossible. If anyone is interesting, please ask about it on the mailing list to get started.