Class License
Info
Provides methods to license the component.
public sealed class LicenseInheritance
Inherited Members
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
No public constructors besides the default.
Methods
SetLicense(string)
Licenses the component using a file path.
public void SetLicense(string licenseName)Parameters
licenseNamestring: Can be a full or short file name or name of an embedded resource.
SetLicense(Stream)
Licenses the component using a stream.
public void SetLicense(System.IO.Stream stream)Parameters
streamStream: A stream that contains the license.
Namespace: Tasqize Assembly: Tasqize.dll