NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProgramLocationAttribute Class

[This is preliminary documentation and subject to change.]

Indicates the location that a task executable can be located in.

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

System.Object
   System.Attribute
      NAnt.Core.Attributes.ProgramLocationAttribute

[Visual Basic]
<AttributeUsage(Inherited:=False, ValidOn:=AttributeTargets.Class, AllowMultiple:=False)>
Public Class ProgramLocationAttribute
    Inherits Attribute
[C#]
[AttributeUsage(Inherited=False, ValidOn=AttributeTargets.Class, AllowMultiple=False)]
public class ProgramLocationAttribute : Attribute

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.

Remarks

Missing <remarks> documentation for T:NAnt.Core.Attributes.ProgramLocationAttribute

Requirements

Namespace: NAnt.Core.Attributes

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

See Also

ProgramLocationAttribute Members | NAnt.Core.Attributes Namespace