Tasks that detects automatically other tasks required by the module on the base of custom attributes implementing the IRequirePostSharp interface.

Namespace:  PostSharp.Extensibility.Tasks
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class AutoDetectTask _
	Inherits Task
C#
public sealed class AutoDetectTask : Task
Visual C++
public ref class AutoDetectTask sealed : public Task

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    PostSharp.Extensibility..::.Task
      PostSharp.Extensibility.Tasks..::.AutoDetectTask

See Also