altcover

AltCover.CollectOptions.Validate method

Does simple checking of the arguments without causing any changes to the system

public string[] Validate(bool afterPreparation)
parameter description
afterPreparation true if the Prepare step has already run and there should be instrumented code the RecorderDirectory

Return Value

All the problems that the application command-line could report, so empty is success.

See Also