BuildActionArgs
Description
- Derived from
Wraps a IBuildAction and an input file.
The natural order of BuildActionArgs is based on IBuildAction.Order, which is used to sort build actions so that the ones with smaller order numbers are performed first.
Public / Methods
Perform
Performs the build action.
- IOException
-
If an I/O error has occurred.
- ValidatingException
-
If the input is invalid.