PexSuppressUninstrumentedMethodAttributeBase.CreateFilter Method

Definition

Creates the filter

protected:
 abstract Microsoft::ExtendedReflection::Logging::IUninstrumentedMethodFilter ^ CreateFilter(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host);
protected abstract Microsoft.ExtendedReflection.Logging.IUninstrumentedMethodFilter CreateFilter (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host);
abstract member CreateFilter : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> Microsoft.ExtendedReflection.Logging.IUninstrumentedMethodFilter
Protected MustOverride Function CreateFilter (host As IPexExplorationComponent) As IUninstrumentedMethodFilter

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

Returns

Microsoft.ExtendedReflection.Logging.IUninstrumentedMethodFilter

Applies to