PexCreatableByClassFactoryAttribute(Type, Type) Constructor
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.
Initializes a new instance of the PexCreatableByClassFactoryAttribute class.
public:
PexCreatableByClassFactoryAttribute(Type ^ creatableType, Type ^ factoryType);
public PexCreatableByClassFactoryAttribute (Type creatableType, Type factoryType);
new Microsoft.Pex.Framework.Creatable.PexCreatableByClassFactoryAttribute : Type * Type -> Microsoft.Pex.Framework.Creatable.PexCreatableByClassFactoryAttribute
Public Sub New (creatableType As Type, factoryType As Type)
Parameters
- creatableType
- Type
Type of the creatable.
- factoryType
- Type
Type of the factory.