PexUseTypeHintsAttribute 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.
A collection of types to add to the guesser hints
public ref class PexUseTypeHintsAttribute sealed : Microsoft::Pex::Framework::Using::PexUseTypeHintsAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class PexUseTypeHintsAttribute : Microsoft.Pex.Framework.Using.PexUseTypeHintsAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexUseTypeHintsAttribute = class
inherit PexUseTypeHintsAttributeBase
Public NotInheritable Class PexUseTypeHintsAttribute
Inherits PexUseTypeHintsAttributeBase
- Inheritance
- Attributes
Constructors
PexUseTypeHintsAttribute(Type[]) |
Initializes a new instance of the PexUseTypeHintsAttribute class. |
Properties
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |
Methods
AfterExploration(IPexExplorationComponent, Object) |
Callback that is executed after the exploration ends. (Inherited from PexExplorationPackageAttributeBase) |
BeforeExploration(IPexExplorationComponent) |
Callback that is executed before the exploration starts. (Inherited from PexUseTypeHintsAttributeBase) |
Decorate(Name, IPexDecoratedComponentElement) |
This method can announce filters, focuses, and packages to IntelliTest. (Inherited from PexExplorationPackageAttributeBase) |
GetTypeDefinitions(IPexExplorationComponent) |
Gets the type definitions. (Inherited from PexUseTypeHintsAttributeBase) |
Initialize(IPexExplorationEngine) |
Initializes the specified exploration package. May interact with services. (Inherited from PexExplorationPackageAttributeBase) |
Load(IContainer) |
This method provides the opportunity install or substitute services. (Inherited from PexExplorationPackageAttributeBase) |
Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Validates the attribute in a particular visibility context. (Inherited from PexComponentElementDecoratorAttributeBase) |