PexInstrumentAssemblyAttribute Constructors

Definition

Overloads

PexInstrumentAssemblyAttribute(String)

Initializes a new instance of the PexInstrumentAssemblyAttribute class.

PexInstrumentAssemblyAttribute(Type)

Initializes a new instance of the PexInstrumentAssemblyAttribute class.

PexInstrumentAssemblyAttribute(String)

Initializes a new instance of the PexInstrumentAssemblyAttribute class.

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

Parameters

assemblyName
String

Name of the assembly.

Applies to

PexInstrumentAssemblyAttribute(Type)

Initializes a new instance of the PexInstrumentAssemblyAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

Applies to