PexSuppressStackFrameFromAssemblyAttribute 构造函数

定义

重载

PexSuppressStackFrameFromAssemblyAttribute(String)

初始化 PexSuppressStackFrameFromAssemblyAttribute 类的新实例。

PexSuppressStackFrameFromAssemblyAttribute(Type)

初始化 PexSuppressStackFrameFromAssemblyAttribute 类的新实例。

PexSuppressStackFrameFromAssemblyAttribute(String)

初始化 PexSuppressStackFrameFromAssemblyAttribute 类的新实例。

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)

参数

assemblyName
String

程序集的名称。

适用于

PexSuppressStackFrameFromAssemblyAttribute(Type)

初始化 PexSuppressStackFrameFromAssemblyAttribute 类的新实例。

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)

参数

typeOfAssembly
Type

程序集的类型。

适用于