Class LicenseManagerWrapper
Wrapper for external API. Delegates to static LicenseGuard internally.
Cannot be replaced - all actual checks go through LicenseGuard.
public sealed class LicenseManagerWrapper : ILicenseManager
Inheritance
Implements
Properties
HasLicense
Whether a valid license is present (may be expired but version-valid).
public bool HasLicense { get; }
Methods
CheckFeature(string)
Checks if a feature can be used. Logs warnings and enforces trial limits.
public void CheckFeature(string feature)