PexPreparationMethodAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PexPreparationMethodAttribute(Type) |
Initializes a new instance of the PexPreparationMethodAttribute class. |
PexPreparationMethodAttribute(String, String) |
Initializes a new instance of the PexPreparationMethodAttribute class. |
PexPreparationMethodAttribute(Type, String) |
Initializes a new instance of the PexPreparationMethodAttribute class. |
PexPreparationMethodAttribute(Type)
Initializes a new instance of the PexPreparationMethodAttribute class.
public:
PexPreparationMethodAttribute(Type ^ preparedTypeDefinition);
public PexPreparationMethodAttribute (Type preparedTypeDefinition);
new Microsoft.Pex.Framework.PexPreparationMethodAttribute : Type -> Microsoft.Pex.Framework.PexPreparationMethodAttribute
Public Sub New (preparedTypeDefinition As Type)
Parameters
- preparedTypeDefinition
- Type
Type that needs to be prepared.
Applies to
PexPreparationMethodAttribute(String, String)
Initializes a new instance of the PexPreparationMethodAttribute class.
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)
Parameters
- preparedTypeAssembly
- String
The prepared type assembly.
- preparedTypeFullName
- String
Full name of the prepared type.
Applies to
PexPreparationMethodAttribute(Type, String)
Initializes a new instance of the PexPreparationMethodAttribute class.
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)
Parameters
- preparedTypeAssembly
- Type
The prepared type assembly.
- preparedTypeFullName
- String
Full name of the prepared type.