PexSuppressStackFrameFromAssemblyAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.