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

Inheritance: System.ComponentModel.LicenseContext
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode 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 méthode

public CLRLicenseContext ( LicenseUsageMode usageMode, Type type ) : System.Runtime.InteropServices
usageMode LicenseUsageMode
type System.Type
Résultat System.Runtime.InteropServices

GetSavedLicenseKey() public méthode

public GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
type System.Type
resourceAssembly System.Reflection.Assembly
Résultat string

SetSavedLicenseKey() public méthode

public SetSavedLicenseKey ( Type type, string key ) : void
type System.Type
key string
Résultat void