PexSubstitutionAssemblyAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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
程序集的类型。