System.ComponentModel.LicenseManager.LicenseInteropHelper.CLRLicenseContext.GetSavedLicenseKey C# (CSharp) 메소드

GetSavedLicenseKey() 공개 메소드

public GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
type System.Type
resourceAssembly System.Reflection.Assembly
리턴 string
                public override string GetSavedLicenseKey(Type type, Assembly resourceAssembly)
                {
                    return type == _type ? _key : null;
                }
                public override void SetSavedLicenseKey(Type type, string key)
LicenseManager.LicenseInteropHelper.CLRLicenseContext