LicenseInfo.ProductEdition Enumeration

This enumeration defines the product editions. See property ProductEdition on this class.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public enum ProductEdition
Members
Member nameValueDescription
PRODUCT_EDITION_SOLO1This enumerator represents the RTX64 Runtime Solo edition.
PRODUCT_EDITION_ENTRY2This enumerator represents the RTX64 Runtime Entry edition.
PRODUCT_EDITION_BASIC3This enumerator represents the RTX64 Runtime Basic edition.
PRODUCT_EDITION_PROFESSIONAL4This enumerator represents the RTX64 Runtime Professional edition.
PRODUCT_EDITION_PREMIUM5This enumerator represents the RTX64 Runtime Premium edition.
PRODUCT_EDITION_ULTIMATE6This enumerator represents the RTX64 Runtime Ultimate edition.
See Also