NAnt SDK Documentation - v0.92

AssemblyAttribute Class

Represents an assembly-level attribute.

For a list of all members of this type, see AssemblyAttribute Members.

System.Object
   NAnt.Core.Element
      NAnt.DotNet.Types.AssemblyAttribute

[Visual Basic]
<Serializable, _  Serializable, _  ElementName(Name:="attribute")>
Public Class AssemblyAttribute
    Inherits Element
[C#]
[Serializable]
[Serializable]
[ElementName(Name="attribute")]
public class AssemblyAttribute : Element

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.DotNet.Types

Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)

See Also

AssemblyAttribute Members | NAnt.DotNet.Types Namespace