RequirePostSharpAttribute Constructor (String, String) |
Initializes a new RequirePostSharpAttribute and specifies the required plug-in and task names.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public RequirePostSharpAttribute( string plugIn, string task )
Parameters
- plugIn
- Type: System.String
Name of the required plug-in (file name without extension). - task
- Type: System.String
Name of the required task (should be defined in plugIn).