OpenCoverSettingsExtensions.

WithRegisterDll(OpenCoverSettings, FilePath) Method

Summary

Sets the register-option to dll-registration (i.e no registry-access).

Syntax

public static OpenCoverSettings WithRegisterDll(this OpenCoverSettings settings, FilePath path)

Parameters

Name Type Description
settings OpenCoverSettings The settings.
path FilePath The path.

Return Value

Type Description
OpenCoverSettings The same OpenCoverSettings instance so that multiple calls can be chained.