Class License

Info

Provides methods to license the component.

public sealed class License

Inheritance

objectLicense

Inherited Members

Constructors

No public constructors besides the default.

Methods

SetLicense(string)

Licenses the component using a file path.

public void SetLicense(string licenseName)

Parameters

  • licenseName string: 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

  • stream Stream: A stream that contains the license.

Namespace: Tasqize Assembly: Tasqize.dll