PexUseTypeAttribute 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
| PexUseTypeAttribute(Type) |
PexUseTypeAttribute sınıfının yeni bir örneğini başlatır. |
| PexUseTypeAttribute(String, String) |
PexUseTypeAttribute sınıfının yeni bir örneğini başlatır. |
| PexUseTypeAttribute(Type, String) |
PexUseTypeAttribute sınıfının yeni bir örneğini başlatır. |
PexUseTypeAttribute(Type)
PexUseTypeAttribute sınıfının yeni bir örneğini başlatır.
public:
PexUseTypeAttribute(Type ^ targetType);
public PexUseTypeAttribute (Type targetType);
new Microsoft.Pex.Framework.Using.PexUseTypeAttribute : Type -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Sub New (targetType As Type)
Parametreler
- targetType
- Type
Hedefin türü.
Şunlara uygulanır
PexUseTypeAttribute(String, String)
PexUseTypeAttribute sınıfının yeni bir örneğini başlatır.
public:
PexUseTypeAttribute(System::String ^ assemblyName, System::String ^ fullTypeName);
public PexUseTypeAttribute (string assemblyName, string fullTypeName);
new Microsoft.Pex.Framework.Using.PexUseTypeAttribute : string * string -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Sub New (assemblyName As String, fullTypeName As String)
Parametreler
- assemblyName
- String
Derlemenin adı.
- fullTypeName
- String
Türün tam adı.
Şunlara uygulanır
PexUseTypeAttribute(Type, String)
PexUseTypeAttribute sınıfının yeni bir örneğini başlatır.
public:
PexUseTypeAttribute(Type ^ typeOfAssembly, System::String ^ fullTypeName);
public PexUseTypeAttribute (Type typeOfAssembly, string fullTypeName);
new Microsoft.Pex.Framework.Using.PexUseTypeAttribute : Type * string -> Microsoft.Pex.Framework.Using.PexUseTypeAttribute
Public Sub New (typeOfAssembly As Type, fullTypeName As String)
Parametreler
- typeOfAssembly
- Type
Derlemenin türü.
- fullTypeName
- String
Türün tam adı.