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: 2023.0.3.0 (2023.0.3.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).