PexPreparationMethodAttribute 构造函数

定义

重载

PexPreparationMethodAttribute(Type)

初始化 PexPreparationMethodAttribute 类的新实例。

PexPreparationMethodAttribute(String, String)

初始化 PexPreparationMethodAttribute 类的新实例。

PexPreparationMethodAttribute(Type, String)

初始化 PexPreparationMethodAttribute 类的新实例。

PexPreparationMethodAttribute(Type)

初始化 PexPreparationMethodAttribute 类的新实例。

public:
 PexPreparationMethodAttribute(Type ^ preparedTypeDefinition);
public PexPreparationMethodAttribute (Type preparedTypeDefinition);
new Microsoft.Pex.Framework.PexPreparationMethodAttribute : Type -> Microsoft.Pex.Framework.PexPreparationMethodAttribute
Public Sub New (preparedTypeDefinition As Type)

参数

preparedTypeDefinition
Type

需要准备的类型。

适用于

PexPreparationMethodAttribute(String, String)

初始化 PexPreparationMethodAttribute 类的新实例。

public:
 PexPreparationMethodAttribute(System::String ^ preparedTypeAssembly, System::String ^ preparedTypeFullName);
public PexPreparationMethodAttribute (string preparedTypeAssembly, string preparedTypeFullName);
new Microsoft.Pex.Framework.PexPreparationMethodAttribute : string * string -> Microsoft.Pex.Framework.PexPreparationMethodAttribute
Public Sub New (preparedTypeAssembly As String, preparedTypeFullName As String)

参数

preparedTypeAssembly
String

准备类型程序集。

preparedTypeFullName
String

准备类型的全名。

适用于

PexPreparationMethodAttribute(Type, String)

初始化 PexPreparationMethodAttribute 类的新实例。

public:
 PexPreparationMethodAttribute(Type ^ preparedTypeAssembly, System::String ^ preparedTypeFullName);
public PexPreparationMethodAttribute (Type preparedTypeAssembly, string preparedTypeFullName);
new Microsoft.Pex.Framework.PexPreparationMethodAttribute : Type * string -> Microsoft.Pex.Framework.PexPreparationMethodAttribute
Public Sub New (preparedTypeAssembly As Type, preparedTypeFullName As String)

参数

preparedTypeAssembly
Type

准备类型程序集。

preparedTypeFullName
String

准备类型的全名。

适用于