PexSuppressStackFrameAttributeBase.CreateFilter(IPexComponent) 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 a stack frame filter
protected:
abstract Microsoft::ExtendedReflection::Symbols::IStackFrameFilter ^ CreateFilter(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected abstract Microsoft.ExtendedReflection.Symbols.IStackFrameFilter CreateFilter (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
abstract member CreateFilter : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> Microsoft.ExtendedReflection.Symbols.IStackFrameFilter
Protected MustOverride Function CreateFilter (host As IPexComponent) As IStackFrameFilter
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
Returns
Microsoft.ExtendedReflection.Symbols.IStackFrameFilter