Share via


PexPackageTypeAttribute Class

Definition

Internal use only

public ref class PexPackageTypeAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase, Microsoft::Pex::Engine::Packages::IPexPackageTypeProvider
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class PexPackageTypeAttribute : Microsoft.Pex.Framework.PexAttributeBase, Microsoft.Pex.Engine.Packages.IPexPackageTypeProvider
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type PexPackageTypeAttribute = class
    inherit PexAttributeBase
    interface IPexPackageTypeProvider
Public NotInheritable Class PexPackageTypeAttribute
Inherits PexAttributeBase
Implements IPexPackageTypeProvider
Inheritance
PexPackageTypeAttribute
Attributes
Implements
Microsoft.Pex.Engine.Packages.IPexPackageTypeProvider

Constructors

PexPackageTypeAttribute(Type)

Initializes a new instance of the PexPackageTypeAttribute class.

Methods

GetPackageTypes()

Gets the package types.

Applies to