PexSuppressUninstrumentedMethodFromAssemblyAttribute Constructors

Definition

Overloads

PexSuppressUninstrumentedMethodFromAssemblyAttribute(String)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class.

PexSuppressUninstrumentedMethodFromAssemblyAttribute(Type)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class.

PexSuppressUninstrumentedMethodFromAssemblyAttribute(String)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class.

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

Parameters

assemblyName
String

Name of the assembly.

Applies to

PexSuppressUninstrumentedMethodFromAssemblyAttribute(Type)

Initializes a new instance of the PexSuppressUninstrumentedMethodFromAssemblyAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

Applies to