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