PexSuppressUninstrumentedMethodAttributeBase.CreateFilter 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.
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