Share via


PexSuppressUninstrumentedMethodFromAssemblyAttribute Class

Definition

Suppresses uninstrumented call messages from a particular assembly

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

Constructors

Name Description
PexSuppressUninstrumentedMethodFromAssemblyAttribute(String)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class.

PexSuppressUninstrumentedMethodFromAssemblyAttribute(Type)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class.

Properties

Name Description
AssemblyName

Gets the name of the assembly.

Name

Gets the name of this package.

(Inherited from PexExplorationPackageAttributeBase)

Methods

Name Description
AfterExploration(IPexExplorationComponent, Object)

Callback that is executed after the exploration ends.

(Inherited from PexSuppressUninstrumentedMethodAttributeBase)
BeforeExploration(IPexExplorationComponent)

Callback that is executed before the exploration starts.

(Inherited from PexSuppressUninstrumentedMethodAttributeBase)
CreateFilter()

Creates the filter.

CreateFilter(IPexExplorationComponent)

Creates the filter

(Inherited from PexSuppressUninstrumentedMethodAttributeBase)
Decorate(Name, IPexDecoratedComponentElement)

This method can announce filters, focuses, and packages to IntelliTest.

(Inherited from PexExplorationPackageAttributeBase)
Initialize(IPexExplorationEngine)

Initializes the specified exploration package. May interact with services.

(Inherited from PexSuppressUninstrumentedMethodAttributeBase)
Load(IContainer)

This method provides the opportunity install or substitute services.

(Inherited from PexSuppressUninstrumentedMethodAttributeBase)
Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext)

Validates the attribute in a particular visibility context.

(Inherited from PexComponentElementDecoratorAttributeBase)

Explicit Interface Implementations

Name Description
IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) (Inherited from PexComponentElementDecoratorAttributeBase)
IPexExplorationPackage.AfterExploration(IPexExplorationComponent, Object) (Inherited from PexExplorationPackageAttributeBase)
IPexExplorationPackage.BeforeExploration(IPexExplorationComponent) (Inherited from PexExplorationPackageAttributeBase)
IPexExplorationPackage.Initialize(IPexExplorationEngine) (Inherited from PexExplorationPackageAttributeBase)
IPexExplorationPackage.Load(IContainer) (Inherited from PexExplorationPackageAttributeBase)
IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) (Inherited from PexComponentElementDecoratorAttributeBase)

Applies to