C# Class System.ComponentModel.LicenseManager.LicenseInteropHelper.CLRLicenseContext

Inheritance: System.ComponentModel.LicenseContext
Show file Open project: dotnet/corefx

Public Methods

Method Description
CLRLicenseContext ( LicenseUsageMode usageMode, Type type ) : System.Runtime.InteropServices
GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
SetSavedLicenseKey ( Type type, string key ) : void

Method Details

CLRLicenseContext() public method

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

GetSavedLicenseKey() public method

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

SetSavedLicenseKey() public method

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