Partager via


PexSuppressStackFrameAttributeBase Class

Definition

Filters out irrelevant stack frame in stack traces

public ref class PexSuppressStackFrameAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExecutionPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)]
public abstract class PexSuppressStackFrameAttributeBase : Microsoft.Pex.Framework.Packages.PexExecutionPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)>]
type PexSuppressStackFrameAttributeBase = class
    inherit PexExecutionPackageAttributeBase
Public MustInherit Class PexSuppressStackFrameAttributeBase
Inherits PexExecutionPackageAttributeBase
Inheritance
Derived
Attributes

Constructors

PexSuppressStackFrameAttributeBase()

Initializes a new instance of the PexSuppressStackFrameAttributeBase class.

Properties

Name

Gets the name of this package.

(Inherited from PexPackageAttributeBase)

Methods

AfterExecution(IPexComponent, Object)

Callback that is executed after the execution ends.

BeforeExecution(IPexComponent)

Callback that is executed before the execution starts.

CreateFilter(IPexComponent)

Creates a stack frame filter

Initialize(IEngine)

this method provides the opportunity to query services and interact with them.

Load(IContainer)

This method provides the opportunity install or substitute services.

Explicit Interface Implementations

IPexExecutionPackage.AfterExecution(IPexComponent, Object) (Inherited from PexExecutionPackageAttributeBase)
IPexExecutionPackage.BeforeExecution(IPexComponent) (Inherited from PexExecutionPackageAttributeBase)
IPexPackage.Initialize(IEngine) (Inherited from PexPackageAttributeBase)
IPexPackage.Load(IContainer) (Inherited from PexPackageAttributeBase)

Applies to