Class License
Class License
Licenses the product.
public class LicenseInheritance
Inherited Members
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Examples
[C#]
Sheetize.License license = new Sheetize.License();
license.SetLicense("mylic.lic");Constructors
License()
public License()Methods
SetLicense(Stream)
Licenses the product by the Stream which provides license data.
public void SetLicense(Stream stream)Parameters
streamStream
SetLicense(string)
Licenses the product by the license file.
public void SetLicense(string licenseName)Parameters
licenseNamestring
Namespace: Sheetize | Assembly: Sheetize.dll