LicenseProviderAttribute 생성자

정의

LicenseProviderAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
LicenseProviderAttribute()

라이선스 공급자 없이 클래스의 LicenseProviderAttribute 새 인스턴스를 초기화합니다.

LicenseProviderAttribute(String)

지정된 형식을 사용하여 클래스의 LicenseProviderAttribute 새 인스턴스를 초기화합니다.

LicenseProviderAttribute(Type)

지정된 유형의 라이선스 공급자를 LicenseProviderAttribute 사용하여 클래스의 새 인스턴스를 초기화합니다.

LicenseProviderAttribute()

라이선스 공급자 없이 클래스의 LicenseProviderAttribute 새 인스턴스를 초기화합니다.

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

적용 대상

LicenseProviderAttribute(String)

지정된 형식을 사용하여 클래스의 LicenseProviderAttribute 새 인스턴스를 초기화합니다.

public:
 LicenseProviderAttribute(System::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 사용하여 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

type
Type

라이선스 공급자 클래스의 형식을 나타내는 A Type 입니다.

적용 대상