dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Attributes in cscc


From: Rhys Weatherley
Subject: [DotGNU]Attributes in cscc
Date: Wed, 18 Sep 2002 15:24:03 +1000

After much procrastination on my part, attributes are now mostly
working in the C# compiler.  DllImport, MethodImpl, etc are
working fine now.  The major step remaining is named arguments
to attributes. e.g.

    [AttributeUsage(AttributeTargets.All, AllowMultiple=false, Inherited=true)]

("AllowMultiple" and "Inherited" are named arguments).  Ordinary
positional arguments are working.  I hope to have named arguments
working in the next few days.

A metadata-only compile on pnetlib now inserts the correct
"internalcall" designations in the right places, which should
make Gopal a very happy camper.

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]