PexSuppressStackFrameFromAssemblyAttribute Class

Definition

Suppresses stack frames from an assembly

public ref class PexSuppressStackFrameFromAssemblyAttribute sealed : Microsoft::Pex::Framework::Suppression::PexSuppressStackFrameAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class PexSuppressStackFrameFromAssemblyAttribute : Microsoft.Pex.Framework.Suppression.PexSuppressStackFrameAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)>]
type PexSuppressStackFrameFromAssemblyAttribute = class
    inherit PexSuppressStackFrameAttributeBase
Public NotInheritable Class PexSuppressStackFrameFromAssemblyAttribute
Inherits PexSuppressStackFrameAttributeBase
Inheritance
Attributes

Constructors

PexSuppressStackFrameFromAssemblyAttribute(String)

Initializes a new instance of the PexSuppressStackFrameFromAssemblyAttribute class.

PexSuppressStackFrameFromAssemblyAttribute(Type)

Initializes a new instance of the PexSuppressStackFrameFromAssemblyAttribute class.

Properties

AssemblyName

Gets the name of the assembly.

Name

Gets the name of this package.

(Inherited from PexPackageAttributeBase)

Methods

AfterExecution(IPexComponent, Object)

Callback that is executed after the execution ends.

(Inherited from PexSuppressStackFrameAttributeBase)
BeforeExecution(IPexComponent)

Callback that is executed before the execution starts.

(Inherited from PexSuppressStackFrameAttributeBase)
CreateFilter()

Creates the filter.

CreateFilter(IPexComponent)

Creates a stack frame filter

(Inherited from PexSuppressStackFrameAttributeBase)
Initialize(IEngine)

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

(Inherited from PexSuppressStackFrameAttributeBase)
Load(IContainer)

This method provides the opportunity install or substitute services.

(Inherited from PexSuppressStackFrameAttributeBase)

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