PexSuppressStackFrameAttributeBase Class
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.
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
-
PexSuppressStackFrameAttributeBase
- 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) |