RequirePostSharpAttribute Properties |
The RequirePostSharpAttribute type exposes the following members.
Name | Description | |
---|---|---|
AnyTypeReference |
Determines whether the current attribute applies to any project that has any
reference of the target type. If false, the requirement will apply only
to assemblies that use the target type as a custom attribute. If true,
the requirement will apply to any assembly that references the target type. The default value is false.
| |
AssemblyReferenceOnly |
Determines whether the requirement should apply only to assemblies referencing the declaration to
which the custom attribute is applied. If true, the requirement will not apply to the assembly
where the custom attribute is used.
| |
PlugIn |
Gets the name of the required plug-in (file name without the extension).
| |
ServiceType |
Gets the type of the required IService.
| |
Task |
Gets the name of the required task (should be defined in PlugIn).
|