PexSuppressUninstrumentedMethodFromTypeAttribute Constructors

Definition

Overloads

PexSuppressUninstrumentedMethodFromTypeAttribute(String)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class.

PexSuppressUninstrumentedMethodFromTypeAttribute(String[])

Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class.

PexSuppressUninstrumentedMethodFromTypeAttribute(Type)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class.

PexSuppressUninstrumentedMethodFromTypeAttribute(Type[])

Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class.

PexSuppressUninstrumentedMethodFromTypeAttribute(String)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class.

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

Parameters

typeFullName
String

Full name of the type.

Applies to

PexSuppressUninstrumentedMethodFromTypeAttribute(String[])

Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class.

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

Parameters

typeFullNames
String[]

The type full names.

Applies to

PexSuppressUninstrumentedMethodFromTypeAttribute(Type)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class.

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

Parameters

type
Type

The type.

Applies to

PexSuppressUninstrumentedMethodFromTypeAttribute(Type[])

Initializes a new instance of the PexSuppressUninstrumentedMethodFromTypeAttribute class.

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

Parameters

types
Type[]

The types.

Applies to