PexLogEventFilterAttributeBase 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.
Abstract base class for log event filters
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
- Inheritance
-
PexLogEventFilterAttributeBase
- Attributes
Constructors
PexLogEventFilterAttributeBase() |
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 Microsoft.ExtendedReflection.Logging.ILogEventFilter instance. |
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) |