C# 클래스 System.ComponentModel.Design.DesigntimeLicenseContext

상속: System.ComponentModel.LicenseContext
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string

Gets a saved license key.

SetSavedLicenseKey ( Type type, string key ) : void

Sets a saved license key.

메소드 상세

GetSavedLicenseKey() 공개 메소드

Gets a saved license key.

public GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
type Type
resourceAssembly System.Reflection.Assembly
리턴 string

SetSavedLicenseKey() 공개 메소드

Sets a saved license key.

public SetSavedLicenseKey ( Type type, string key ) : void
type Type
key string
리턴 void