Share via


PexSuppressExplorableEventAttribute Constructors

Definition

Overloads

PexSuppressExplorableEventAttribute(String)

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

PexSuppressExplorableEventAttribute(String[])

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

PexSuppressExplorableEventAttribute(Type)

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

PexSuppressExplorableEventAttribute(Type[])

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

PexSuppressExplorableEventAttribute(String)

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

public:
 PexSuppressExplorableEventAttribute(System::String ^ typeFullName);
public PexSuppressExplorableEventAttribute (string typeFullName);
new Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute : string -> Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute
Public Sub New (typeFullName As String)

Parameters

typeFullName
String

Full name of the type.

Applies to

PexSuppressExplorableEventAttribute(String[])

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

public:
 PexSuppressExplorableEventAttribute(... cli::array <System::String ^> ^ typeFullNames);
public PexSuppressExplorableEventAttribute (params string[] typeFullNames);
new Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute : string[] -> Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute
Public Sub New (ParamArray typeFullNames As String())

Parameters

typeFullNames
String[]

The type full names.

Applies to

PexSuppressExplorableEventAttribute(Type)

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

public:
 PexSuppressExplorableEventAttribute(Type ^ type);
public PexSuppressExplorableEventAttribute (Type type);
new Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute : Type -> Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute
Public Sub New (type As Type)

Parameters

type
Type

The type.

Applies to

PexSuppressExplorableEventAttribute(Type[])

Initializes a new instance of the PexSuppressExplorableEventAttribute class.

public:
 PexSuppressExplorableEventAttribute(... cli::array <Type ^> ^ types);
public PexSuppressExplorableEventAttribute (params Type[] types);
new Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute : Type[] -> Microsoft.Pex.Framework.Suppression.PexSuppressExplorableEventAttribute
Public Sub New (ParamArray types As Type())

Parameters

types
Type[]

The types.

Applies to