C# 클래스 Particular.Licensing.RegistryLicenseStore

파일 보기 프로젝트 열기: Particular/ServiceInsight

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RegistryLicenseStore ( ) : System
RegistryLicenseStore ( RegistryKey regKey, string keyPath = DefaultKeyPath, string keyName = DefaultKeyName ) : System
StoreLicense ( string license ) : void
TryReadLicense ( string &license ) : bool

메소드 상세

RegistryLicenseStore() 공개 메소드

public RegistryLicenseStore ( ) : System
리턴 System

RegistryLicenseStore() 공개 메소드

public RegistryLicenseStore ( RegistryKey regKey, string keyPath = DefaultKeyPath, string keyName = DefaultKeyName ) : System
regKey RegistryKey
keyPath string
keyName string
리턴 System

StoreLicense() 공개 메소드

public StoreLicense ( string license ) : void
license string
리턴 void

TryReadLicense() 공개 메소드

public TryReadLicense ( string &license ) : bool
license string
리턴 bool