OpenCoverRegisterOption.

OpenCoverRegisterOption(string) Constructor

Summary

Initializes a new instance of the OpenCoverRegisterOption class.

Syntax

protected OpenCoverRegisterOption(string commandLineValue)

Remarks

Note that no value (null or string.Empty) is valid. However, if a value exists it NEEDS to start with a colon (":").

Parameters

Name Type Description
commandLineValue string The value, as required for the commandline.

Return Value

Type Description
void