PexPackageAssemblyAttribute Constructors

Definition

Overloads

PexPackageAssemblyAttribute()

Initializes a new instance of the PexPackageAssemblyAttribute class.

PexPackageAssemblyAttribute(Type)

Initializes a new instance of the PexPackageAssemblyAttribute class.

PexPackageAssemblyAttribute()

Initializes a new instance of the PexPackageAssemblyAttribute class.

public:
 PexPackageAssemblyAttribute();
public PexPackageAssemblyAttribute ();
Public Sub New ()

Applies to

PexPackageAssemblyAttribute(Type)

Initializes a new instance of the PexPackageAssemblyAttribute class.

public:
 PexPackageAssemblyAttribute(Type ^ typeOfAssembly);
public PexPackageAssemblyAttribute (Type typeOfAssembly);
new Microsoft.Pex.Framework.Packages.PexPackageAssemblyAttribute : Type -> Microsoft.Pex.Framework.Packages.PexPackageAssemblyAttribute
Public Sub New (typeOfAssembly As Type)

Parameters

typeOfAssembly
Type

The type of assembly.

Applies to