RequirePostSharpAttribute Constructor (String, String) |
Initializes a new RequirePostSharpAttribute and specifies the required plug-in name and task name.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.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).