PexCoverageFilterBase<T>.IsIgnored(ModuleEx) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
true if the specified module is ignored; otherwise, false.
Implements
Microsoft.ExtendedReflection.Coverage.ICoverageFilter.IsIgnored(Microsoft.ExtendedReflection.Metadata.ModuleEx)