NAnt SDK Documentation - v0.92

PluginConsumerAttribute Class

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

System.Object
   System.Attribute
      NAnt.Core.Extensibility.PluginConsumerAttribute

[Visual Basic]
<AttributeUsage(ValidOn:=AttributeTargets.Class, AllowMultiple:=True, Inherited:=False)>
NotInheritable Public Class PluginConsumerAttribute
    Inherits Attribute
[C#]
[AttributeUsage(ValidOn=AttributeTargets.Class, AllowMultiple=True, Inherited=False)]
public sealed class PluginConsumerAttribute : 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.

Requirements

Namespace: NAnt.Core.Extensibility

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

See Also

PluginConsumerAttribute Members | NAnt.Core.Extensibility Namespace