PexPreparableFromFactoriesFromAssemblyAttribute 构造函数

定义

重载

PexPreparableFromFactoriesFromAssemblyAttribute()

初始化 PexPreparableFromFactoriesFromAssemblyAttribute 类的新实例。

PexPreparableFromFactoriesFromAssemblyAttribute(String)

初始化 PexPreparableFromFactoriesFromAssemblyAttribute 类的新实例。

PexPreparableFromFactoriesFromAssemblyAttribute(Type)

初始化 PexPreparableFromFactoriesFromAssemblyAttribute 类的新实例。

PexPreparableFromFactoriesFromAssemblyAttribute()

public:
 PexPreparableFromFactoriesFromAssemblyAttribute();
public PexPreparableFromFactoriesFromAssemblyAttribute ();
Public Sub New ()

适用于

PexPreparableFromFactoriesFromAssemblyAttribute(String)

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

参数

assemblyName
String

程序集的名称。

适用于

PexPreparableFromFactoriesFromAssemblyAttribute(Type)

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

参数

typeOfAssembly
Type

程序集的类型。

适用于