PexFactoryMethodAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| PexFactoryMethodAttribute() |
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır. |
| PexFactoryMethodAttribute(Type) |
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır. |
| PexFactoryMethodAttribute(String, String) |
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır. |
| PexFactoryMethodAttribute(Type, String) |
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır. |
PexFactoryMethodAttribute()
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır.
public:
PexFactoryMethodAttribute();
public PexFactoryMethodAttribute ();
Public Sub New ()
Şunlara uygulanır
PexFactoryMethodAttribute(Type)
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır.
public:
PexFactoryMethodAttribute(Type ^ factoredType);
public PexFactoryMethodAttribute (Type factoredType);
new Microsoft.Pex.Framework.PexFactoryMethodAttribute : Type -> Microsoft.Pex.Framework.PexFactoryMethodAttribute
Public Sub New (factoredType As Type)
Parametreler
- factoredType
- Type
Çarpanlara ait tür.
Şunlara uygulanır
PexFactoryMethodAttribute(String, String)
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- factoredTypeAssembly
- String
Facmiş tür derlemesi.
- factoredTypeFullName
- String
Çarpanlara yönelik türün tam adı.
Şunlara uygulanır
PexFactoryMethodAttribute(Type, String)
PexFactoryMethodAttribute sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- factoredTypeAssembly
- Type
Facmiş tür derlemesi.
- factoredTypeFullName
- String
Çarpanlara yönelik türün tam adı.