[IronPython] NET Attributes.

Tim Riley riltim at gmail.com
Wed Jul 26 19:17:14 CEST 2006


Is it possible to use .NET attributes in IronPython? For example I have C#
code that looks like:

[CommandMethod("MyCommand", CommandFlags.Modal)]
public static void RunMyCommand()
{
    'code here
}

Can I do something similiar in IP? I'll take anything.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060726/755ecb81/attachment.html>


More information about the Ironpython-users mailing list