DotCoverCoverSettingsExtensions.

WithUseApi(DotCoverCoverSettings, bool) Method

Summary

Enables control of the coverage session using the profiler API.

Syntax

public static DotCoverCoverSettings WithUseApi(this DotCoverCoverSettings settings, bool useApi = true)

Parameters

Name Type Description
settings DotCoverCoverSettings The settings.
useApi bool Whether to use the API.

Return Value

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