PexSubstitutionAssemblyAttribute 构造函数

定义

重载

PexSubstitutionAssemblyAttribute(String)

初始化 PexSubstitutionAssemblyAttribute 类的新实例。

PexSubstitutionAssemblyAttribute(Type)

初始化 PexSubstitutionAssemblyAttribute 类的新实例。

PexSubstitutionAssemblyAttribute(String)

初始化 PexSubstitutionAssemblyAttribute 类的新实例。

public:
 PexSubstitutionAssemblyAttribute(System::String ^ assemblyLocation);
public PexSubstitutionAssemblyAttribute (string assemblyLocation);
new Microsoft.Pex.Framework.Instrumentation.PexSubstitutionAssemblyAttribute : string -> Microsoft.Pex.Framework.Instrumentation.PexSubstitutionAssemblyAttribute
Public Sub New (assemblyLocation As String)

参数

assemblyLocation
String

程序集位置。

适用于

PexSubstitutionAssemblyAttribute(Type)

初始化 PexSubstitutionAssemblyAttribute 类的新实例。

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

参数

typeOfAssembly
Type

程序集的类型。

适用于