Hi,

In C# en Visual Basic.NET one can apply custom attributes to assemblies by means of

  [assembly:Foo]

and

  <assembly:Foo>

respectively, where Foo is the name a custom-attribute class.

Is there anyway to apply custom attributes to assemblies in JScript.NET?

Thanks,

Stefan

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to