Share via


PexSuppressStackFrameFromAssemblyAttribute Constructors

Definition

Overloads

PexSuppressStackFrameFromAssemblyAttribute(String)

Initializes a new instance of the PexSuppressStackFrameFromAssemblyAttribute class.

PexSuppressStackFrameFromAssemblyAttribute(Type)

Initializes a new instance of the PexSuppressStackFrameFromAssemblyAttribute class.

PexSuppressStackFrameFromAssemblyAttribute(String)

Initializes a new instance of the PexSuppressStackFrameFromAssemblyAttribute class.

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

Parameters

assemblyName
String

Name of the assembly.

Applies to

PexSuppressStackFrameFromAssemblyAttribute(Type)

Initializes a new instance of the PexSuppressStackFrameFromAssemblyAttribute class.

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

Parameters

typeOfAssembly
Type

The type of assembly.

Applies to