PexInstrumentTypeAttribute Constructors

Definition

Overloads

PexInstrumentTypeAttribute(Type)

Initializes a new instance of the PexInstrumentTypeAttribute class.

PexInstrumentTypeAttribute(String, String)

Initializes a new instance of the PexInstrumentTypeAttribute class.

PexInstrumentTypeAttribute(Type, String)

Initializes a new instance of the PexInstrumentTypeAttribute class.

PexInstrumentTypeAttribute(Type)

Initializes a new instance of the PexInstrumentTypeAttribute class.

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

Parameters

targetType
Type

Type of the target.

Applies to

PexInstrumentTypeAttribute(String, String)

Initializes a new instance of the PexInstrumentTypeAttribute class.

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

Parameters

assemblyName
String

Name of the assembly.

type
String

The type.

Applies to

PexInstrumentTypeAttribute(Type, String)

Initializes a new instance of the PexInstrumentTypeAttribute class.

public:
 PexInstrumentTypeAttribute(Type ^ typeOfAssembly, System::String ^ type);
public PexInstrumentTypeAttribute (Type typeOfAssembly, string type);
new Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute : Type * string -> Microsoft.Pex.Framework.Instrumentation.PexInstrumentTypeAttribute
Public Sub New (typeOfAssembly As Type, type As String)

Parameters

typeOfAssembly
Type

The type of assembly.

type
String

The type.

Applies to