Share via


PexSubstitutionAssemblyAttribute Constructors

Definition

Overloads

PexSubstitutionAssemblyAttribute(String)

Initializes a new instance of the PexSubstitutionAssemblyAttribute class.

PexSubstitutionAssemblyAttribute(Type)

Initializes a new instance of the PexSubstitutionAssemblyAttribute class.

PexSubstitutionAssemblyAttribute(String)

Initializes a new instance of the PexSubstitutionAssemblyAttribute class.

public:
 PexSubstitutionAssemblyAttribute(System::String ^ assemblyLocation);
public PexSubstitutionAssemblyAttribute (string assemblyLocation);
new Microsoft.Pex.Framework.Instrumentation.PexSubstitutionAssemblyAttribute : string -> Microsoft.Pex.Framework.Instrumentation.PexSubstitutionAssemblyAttribute
Public Sub New (assemblyLocation As String)

Parameters

assemblyLocation
String

The assembly location.

Applies to

PexSubstitutionAssemblyAttribute(Type)

Initializes a new instance of the PexSubstitutionAssemblyAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

Applies to