RequirePostSharpAttribute Constructor |
Name | Description | |
---|---|---|
RequirePostSharpAttribute(String) |
Initializes a new RequirePostSharpAttribute and specifies the required plug-in name.
All implicit (auto-included) tasks of that plug-in will be added to the project.
| |
RequirePostSharpAttribute(Type) |
Initializes a new RequirePostSharpAttribute and specifies the required IService type.
| |
RequirePostSharpAttribute(String, String) |
Initializes a new RequirePostSharpAttribute and specifies the required plug-in name and task name.
|