PexCoverageFilterBase<T>.IsIgnored(ModuleEx) Method

Definition

Gets a value indicating wheter the assembly is ignored.

public:
 virtual bool IsIgnored(Microsoft::ExtendedReflection::Metadata::ModuleEx ^ module);
public virtual bool IsIgnored (Microsoft.ExtendedReflection.Metadata.ModuleEx module);
abstract member IsIgnored : Microsoft.ExtendedReflection.Metadata.ModuleEx -> bool
override this.IsIgnored : Microsoft.ExtendedReflection.Metadata.ModuleEx -> bool
Public Overridable Function IsIgnored (module As ModuleEx) As Boolean

Parameters

module
Microsoft.ExtendedReflection.Metadata.ModuleEx

The module.

Returns

Boolean

true if the specified module is ignored; otherwise, false.

Implements

Microsoft.ExtendedReflection.Coverage.ICoverageFilter.IsIgnored(Microsoft.ExtendedReflection.Metadata.ModuleEx)

Applies to