PexFactoryMethodAttribute 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
PexFactoryMethodAttribute() |
Initializes a new instance of the PexFactoryMethodAttribute class. |
PexFactoryMethodAttribute(Type) |
Initializes a new instance of the PexFactoryMethodAttribute class. |
PexFactoryMethodAttribute(String, String) |
Initializes a new instance of the PexFactoryMethodAttribute class. |
PexFactoryMethodAttribute(Type, String) |
Initializes a new instance of the PexFactoryMethodAttribute class. |
PexFactoryMethodAttribute()
Initializes a new instance of the PexFactoryMethodAttribute class.
public:
PexFactoryMethodAttribute();
public PexFactoryMethodAttribute ();
Public Sub New ()
Applies to
PexFactoryMethodAttribute(Type)
Initializes a new instance of the PexFactoryMethodAttribute class.
public:
PexFactoryMethodAttribute(Type ^ factoredType);
public PexFactoryMethodAttribute (Type factoredType);
new Microsoft.Pex.Framework.PexFactoryMethodAttribute : Type -> Microsoft.Pex.Framework.PexFactoryMethodAttribute
Public Sub New (factoredType As Type)
Parameters
- factoredType
- Type
Type of the factored.
Applies to
PexFactoryMethodAttribute(String, String)
Initializes a new instance of the PexFactoryMethodAttribute class.
public:
PexFactoryMethodAttribute(System::String ^ factoredTypeAssembly, System::String ^ factoredTypeFullName);
public PexFactoryMethodAttribute (string factoredTypeAssembly, string factoredTypeFullName);
new Microsoft.Pex.Framework.PexFactoryMethodAttribute : string * string -> Microsoft.Pex.Framework.PexFactoryMethodAttribute
Public Sub New (factoredTypeAssembly As String, factoredTypeFullName As String)
Parameters
- factoredTypeAssembly
- String
The factored type assembly.
- factoredTypeFullName
- String
Full name of the factored type.
Applies to
PexFactoryMethodAttribute(Type, String)
Initializes a new instance of the PexFactoryMethodAttribute class.
public:
PexFactoryMethodAttribute(Type ^ factoredTypeAssembly, System::String ^ factoredTypeFullName);
public PexFactoryMethodAttribute (Type factoredTypeAssembly, string factoredTypeFullName);
new Microsoft.Pex.Framework.PexFactoryMethodAttribute : Type * string -> Microsoft.Pex.Framework.PexFactoryMethodAttribute
Public Sub New (factoredTypeAssembly As Type, factoredTypeFullName As String)
Parameters
- factoredTypeAssembly
- Type
The factored type assembly.
- factoredTypeFullName
- String
Full name of the factored type.