PexAssemblyUnderTestAttribute Constructors

Definition

Overloads

PexAssemblyUnderTestAttribute(String)

Initializes a new instance of the PexAssemblyUnderTestAttribute class.

PexAssemblyUnderTestAttribute(Type)

Initializes a new instance of the PexAssemblyUnderTestAttribute class.

PexAssemblyUnderTestAttribute(String)

Initializes a new instance of the PexAssemblyUnderTestAttribute class.

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

Parameters

assemblyName
String

Name of the assembly.

Applies to

PexAssemblyUnderTestAttribute(Type)

Initializes a new instance of the PexAssemblyUnderTestAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

Applies to