LicenseProviderAttribute コンストラクター

定義

LicenseProviderAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
LicenseProviderAttribute()

ライセンス プロバイダーを使用せずに、 LicenseProviderAttribute クラスの新しいインスタンスを初期化します。

LicenseProviderAttribute(String)

指定した型を使用して、 LicenseProviderAttribute クラスの新しいインスタンスを初期化します。

LicenseProviderAttribute(Type)

指定した種類のライセンス プロバイダーを使用して、 LicenseProviderAttribute クラスの新しいインスタンスを初期化します。

LicenseProviderAttribute()

ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs

ライセンス プロバイダーを使用せずに、 LicenseProviderAttribute クラスの新しいインスタンスを初期化します。

public:
 LicenseProviderAttribute();
public LicenseProviderAttribute();
Public Sub New ()

適用対象

LicenseProviderAttribute(String)

ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs

指定した型を使用して、 LicenseProviderAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

typeName
String

ライセンス プロバイダー クラスの完全修飾名。

適用対象

LicenseProviderAttribute(Type)

ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs
ソース:
LicenseProviderAttribute.cs

指定した種類のライセンス プロバイダーを使用して、 LicenseProviderAttribute クラスの新しいインスタンスを初期化します。

public:
 LicenseProviderAttribute(Type ^ type);
public LicenseProviderAttribute(Type type);
new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (type As Type)

パラメーター

type
Type

ライセンス プロバイダー クラスの種類を表す Type

適用対象