PexPreparableFromFactoriesAttributeBase 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一种属性,用于扫描程序集中由 PexPreparationMethodAttribute(位于静态类型中)标记的方法。
public ref class PexPreparableFromFactoriesAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExplorationPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public abstract class PexPreparableFromFactoriesAttributeBase : Microsoft.Pex.Framework.Packages.PexExplorationPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type PexPreparableFromFactoriesAttributeBase = class
inherit PexExplorationPackageAttributeBase
Public MustInherit Class PexPreparableFromFactoriesAttributeBase
Inherits PexExplorationPackageAttributeBase
- 继承
-
PexPreparableFromFactoriesAttributeBase
- 派生
- 属性
构造函数
| PexPreparableFromFactoriesAttributeBase() |
初始化一个新实例 |
属性
| Name |
获取此包的名称。 (继承自 PexExplorationPackageAttributeBase) |
方法
| AfterExploration(IPexExplorationComponent, Object) |
在探索结束之后执行的回调。 (继承自 PexExplorationPackageAttributeBase) |
| BeforeExploration(IPexExplorationComponent) |
在探索开始之前执行的回调。 |
| Decorate(Name, IPexDecoratedComponentElement) |
此方法可以向 IntelliTest 公告筛选器、焦点和包。 (继承自 PexExplorationPackageAttributeBase) |
| GetUncachedPreparableMethods(IPexComponent, SafeList<IPexPreparableDefinition>, VisibilityContext, TypeDefinition) |
从类型中获取可准备对象方法的列表 |
| GetUncachedPreparables(IPexComponent, SafeList<IPexPreparableDefinition>) |
获取可准备对象方法的列表 |
| Initialize(IPexExplorationEngine) |
初始化指定的探索包。 可以与服务进行交互。 (继承自 PexExplorationPackageAttributeBase) |
| Load(IContainer) |
此方法提供安装或替代服务的机会。 (继承自 PexExplorationPackageAttributeBase) |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
在特定可见性上下文中验证属性。 (继承自 PexComponentElementDecoratorAttributeBase) |