OpenCoverRegisterOption Class

Summary

Represents the register-options:
  • empty Registers and de-register the code coverage profiler. (Administrative permissions to the registry are required.)
  • "user" Does per-user registration where the user account does not have administrative permissions.
  • path If you do not want to use the registry entries, use -register:path to select the profiler.
graph BT Type-->Base0["object"] Type["OpenCoverRegisterOption"] class Type type-node Derived0["OpenCoverRegisterOptionDll"]-->Type click Derived0 "/api/Cake.Common.Tools.OpenCover/OpenCoverRegisterOptionDll" Derived1["OpenCoverRegisterOptionAdmin"]-->Type click Derived1 "/api/Cake.Common.Tools.OpenCover/OpenCoverRegisterOptionAdmin" Derived2["OpenCoverRegisterOptionUser"]-->Type click Derived2 "/api/Cake.Common.Tools.OpenCover/OpenCoverRegisterOptionUser"

Syntax

public abstract class OpenCoverRegisterOption

Constructors

Name Summary
OpenCoverRegisterOption(string) Initializes a new instance of the OpenCoverRegisterOption class.

Methods

Name Value Summary
ToString() string
Converts to string.

Operators

Name Value Summary
implicit operator OpenCoverRegisterOption(string) OpenCoverRegisterOption

Extension Methods

Name Value Summary
Dump<OpenCoverRegisterOption>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<OpenCoverRegisterOption>(OpenCoverRegisterOption[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<OpenCoverRegisterOption>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<OpenCoverRegisterOption>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<OpenCoverRegisterOption>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<OpenCoverRegisterOption>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin