Click or drag to resize
LicenseHelper Class
Ab2d.Reader3ds.LicenseHelper class is used to set the static EmbeddedLicenseAssembly property that can be used to specify the Assembly that contains the embedded license key (its project contains the license.licx file as Embedded Resource). This property helps licensing code to find the license key faster.
Inheritance Hierarchy
SystemObject
  Ab3d.Licensing.Reader3dsLicenseHelper

Namespace: Ab3d.Licensing.Reader3ds
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public static class LicenseHelper

The LicenseHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCode exampleEmbeddedLicenseAssembly
Gets or sets an Assembly that contains the embedded license key (its project contains the license.licx file as Embedded Resource).
Top
See Also