PexPreparableFromFactoriesFromAssemblyAttribute Constructors

Definition

Overloads

PexPreparableFromFactoriesFromAssemblyAttribute()

Initializes a new instance of the PexPreparableFromFactoriesFromAssemblyAttribute class.

PexPreparableFromFactoriesFromAssemblyAttribute(String)

Initializes a new instance of the PexPreparableFromFactoriesFromAssemblyAttribute class.

PexPreparableFromFactoriesFromAssemblyAttribute(Type)

Initializes a new instance of the PexPreparableFromFactoriesFromAssemblyAttribute class.

PexPreparableFromFactoriesFromAssemblyAttribute()

Initializes a new instance of the PexPreparableFromFactoriesFromAssemblyAttribute class.

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

Applies to

PexPreparableFromFactoriesFromAssemblyAttribute(String)

Initializes a new instance of the PexPreparableFromFactoriesFromAssemblyAttribute class.

public:
 PexPreparableFromFactoriesFromAssemblyAttribute(System::String ^ assemblyName);
public PexPreparableFromFactoriesFromAssemblyAttribute (string assemblyName);
new Microsoft.Pex.Framework.Preparable.PexPreparableFromFactoriesFromAssemblyAttribute : string -> Microsoft.Pex.Framework.Preparable.PexPreparableFromFactoriesFromAssemblyAttribute
Public Sub New (assemblyName As String)

Parameters

assemblyName
String

Name of the assembly.

Applies to

PexPreparableFromFactoriesFromAssemblyAttribute(Type)

Initializes a new instance of the PexPreparableFromFactoriesFromAssemblyAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

Applies to