Class RunsOnAllPlatforms
Declares that the attached Pass or Plugin runs on all NDMF platforms. Must not be used in conjunction with RunsOnPlatforms.
If this attribute is attached to a Pass class, any configuration performed on the Sequence class will be ignored
for this class. If this attribute is attached to a Plugin class, Sequences will start with all platforms enabled.
[AttributeUsage(AttributeTargets.Class)]
public sealed class RunsOnAllPlatforms : Attribute
- Inheritance
-
RunsOnAllPlatforms
- Inherited Members