PexSuppressStackFrameFromNamespaceAttribute 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.
Suppresses stack frames from a namespace
public ref class PexSuppressStackFrameFromNamespaceAttribute sealed : Microsoft::Pex::Framework::Suppression::PexSuppressStackFrameAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class PexSuppressStackFrameFromNamespaceAttribute : Microsoft.Pex.Framework.Suppression.PexSuppressStackFrameAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)>]
type PexSuppressStackFrameFromNamespaceAttribute = class
inherit PexSuppressStackFrameAttributeBase
Public NotInheritable Class PexSuppressStackFrameFromNamespaceAttribute
Inherits PexSuppressStackFrameAttributeBase
- Inheritance
-
PexSuppressStackFrameFromNamespaceAttribute
- Attributes
Constructors
PexSuppressStackFrameFromNamespaceAttribute(String) |
Initializes a new instance of the PexSuppressStackFrameFromNamespaceAttribute class. |
Properties
Name |
Gets the name of this package. (Inherited from PexPackageAttributeBase) |
Namespace |
Gets the namespace. |
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) |