When implemented on a custom attribute, means that the attribute requires a PostSharp task to be executed.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Public (in PostSharp.Public.dll)

Syntax

Visual Basic (Declaration)
Public Interface IRequirePostSharp
C#
public interface IRequirePostSharp
Visual C++
public interface class IRequirePostSharp

Remarks

Custom attributes implementing this property are recognized by the AutoDetectTask task, which should be included in the project.

See Also