PexFocusOnTypeAttribute Constructors

Definition

Overloads

PexFocusOnTypeAttribute(Type)

Initializes a new instance of the PexFocusOnTypeAttribute class.

PexFocusOnTypeAttribute(Type, String)

Initializes a new instance of the PexFocusOnTypeAttribute class.

PexFocusOnTypeAttribute(Type)

Initializes a new instance of the PexFocusOnTypeAttribute class.

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

Parameters

targetType
Type

Type of the target.

Applies to

PexFocusOnTypeAttribute(Type, String)

Initializes a new instance of the PexFocusOnTypeAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

type
String

The type.

Applies to