PexUseTypeAttribute Constructors

Definition

Overloads

PexUseTypeAttribute(Type)

Initializes a new instance of the PexUseTypeAttribute class.

PexUseTypeAttribute(String, String)

Initializes a new instance of the PexUseTypeAttribute class.

PexUseTypeAttribute(Type, String)

Initializes a new instance of the PexUseTypeAttribute class.

PexUseTypeAttribute(Type)

Initializes a new instance of the PexUseTypeAttribute class.

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

Parameters

targetType
Type

Type of the target.

Applies to

PexUseTypeAttribute(String, String)

Initializes a new instance of the PexUseTypeAttribute class.

public:
 PexUseTypeAttribute(System::String ^ assemblyName, System::String ^ fullTypeName);
public PexUseTypeAttribute (string assemblyName, string fullTypeName);
new Microsoft.Pex.Framework.Using.PexUseTypeAttribute : string * string -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Sub New (assemblyName As String, fullTypeName As String)

Parameters

assemblyName
String

Name of the assembly.

fullTypeName
String

Full name of the type.

Applies to

PexUseTypeAttribute(Type, String)

Initializes a new instance of the PexUseTypeAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

fullTypeName
String

Full name of the type.

Applies to