PexPackageAssemblyAttribute Constructors
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.
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.