PexLogEventFilterAttributeBase Classe

Definição

Classe base abstrata para filtros de eventos de log

public ref class PexLogEventFilterAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExecutionPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public abstract class PexLogEventFilterAttributeBase : Microsoft.Pex.Framework.Packages.PexExecutionPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type PexLogEventFilterAttributeBase = class
    inherit PexExecutionPackageAttributeBase
Public MustInherit Class PexLogEventFilterAttributeBase
Inherits PexExecutionPackageAttributeBase
Herança
Atributos

Construtores

PexLogEventFilterAttributeBase()

Propriedades

Name

Obtém o nome deste pacote.

(Herdado de PexPackageAttributeBase)

Métodos

AfterExecution(IPexComponent, Object)

Retorno de chamada que é executado após o término da execução.

BeforeExecution(IPexComponent)

Retorno de chamada que é executado antes do início da execução.

CreateFilter(IPexComponent)

Cria uma instância Microsoft.ExtendedReflection.Logging.ILogEventFilter.

Initialize(IEngine)

Esse método fornece a oportunidade de consultar serviços e interagir com eles.

Load(IContainer)

Esse método fornece serviços de instalação ou substituição de oportunidade.

Implantações explícitas de interface

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

Aplica-se a