Pluggable task that executes the PostSharp.CodeWeaver.

Namespace:  PostSharp.CodeWeaver
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

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

Remarks

This task first builds a collection of advices from other tasks implementing the IAdviceProvider interface. Then it weaves each method using the PostSharp.CodeWeaver class.

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    PostSharp.Extensibility..::.Task
      PostSharp.CodeWeaver..::.WeaverTask

See Also