C# 클래스 System.ComponentModel.LicenseManager.LicenseInteropHelper.CLRLicenseContext

상속: System.ComponentModel.LicenseContext
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CLRLicenseContext ( LicenseUsageMode usageMode, Type type ) : System.Runtime.InteropServices
GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
SetSavedLicenseKey ( Type type, string key ) : void

메소드 상세

CLRLicenseContext() 공개 메소드

public CLRLicenseContext ( LicenseUsageMode usageMode, Type type ) : System.Runtime.InteropServices
usageMode LicenseUsageMode
type System.Type
리턴 System.Runtime.InteropServices

GetSavedLicenseKey() 공개 메소드

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

SetSavedLicenseKey() 공개 메소드

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