LicenseProviderAttribute 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.
LicenseProviderAttribute sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
LicenseProviderAttribute() |
Lisans sağlayıcısı olmadan sınıfının yeni bir örneğini LicenseProviderAttribute başlatır. |
LicenseProviderAttribute(String) |
Belirtilen türe sahip sınıfın LicenseProviderAttribute yeni bir örneğini başlatır. |
LicenseProviderAttribute(Type) |
Belirtilen lisans sağlayıcısı türüyle sınıfının yeni bir örneğini LicenseProviderAttribute başlatır. |
LicenseProviderAttribute()
- Kaynak:
- LicenseProviderAttribute.cs
- Kaynak:
- LicenseProviderAttribute.cs
- Kaynak:
- LicenseProviderAttribute.cs
Lisans sağlayıcısı olmadan sınıfının yeni bir örneğini LicenseProviderAttribute başlatır.
public:
LicenseProviderAttribute();
public LicenseProviderAttribute ();
Public Sub New ()
Şunlara uygulanır
LicenseProviderAttribute(String)
- Kaynak:
- LicenseProviderAttribute.cs
- Kaynak:
- LicenseProviderAttribute.cs
- Kaynak:
- LicenseProviderAttribute.cs
Belirtilen türe sahip sınıfın LicenseProviderAttribute yeni bir örneğini başlatır.
public:
LicenseProviderAttribute(System::String ^ typeName);
public LicenseProviderAttribute (string typeName);
public LicenseProviderAttribute (string? typeName);
new System.ComponentModel.LicenseProviderAttribute : string -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (typeName As String)
Parametreler
- typeName
- String
Lisans sağlayıcısı sınıfının tam adı.
Şunlara uygulanır
LicenseProviderAttribute(Type)
- Kaynak:
- LicenseProviderAttribute.cs
- Kaynak:
- LicenseProviderAttribute.cs
- Kaynak:
- LicenseProviderAttribute.cs
Belirtilen lisans sağlayıcısı türüyle sınıfının yeni bir örneğini LicenseProviderAttribute başlatır.
public:
LicenseProviderAttribute(Type ^ type);
public LicenseProviderAttribute (Type type);
new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (type As Type)