Skip to content

LicenseStatus

Public Class

LicenseStatus class.

Inheritance Hierarchy

System.Object
Rhino.PlugIns.LicenseStatus

Namespace: Rhino.PlugIns

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class LicenseStatus

The LicenseStatus type exposes the following members.

Constructors

Name

Description


Public Method

Public Constructor
.


Properties

Name

Description


Public Property

The build contentType of the product, where: 100 = A release build, either commercial, education, NFR, etc. 200 = A evaluation build 300 = A beta build, such as a WIP.


Public Property

The date and time the checked out license will expire. Note, this is only set if m_license_type = Standalone or CloudZoo and if “limited license checkout” was enabled on the Zoo server in the case of Standalone. Note, date and time is in local time coordinates.


Public Property

Returns the expiration date of the lease this instance represents.


Public Property

Returns true if the Cloud Zoo Lease represented by this instance is actively being managed by the Cloud Zoo Manager; else returns false.


Public Property

The date and time the license will expire. This value can be null if: 1.) The license contentType is “Standalone” and the license does not expire. 2.) The license contentType is “Network”. 3.) The license contentType is “NetworkCheckedOut” and the checkout does not expire Note, date and time is in local time coordinates.


Public Property

The title of the license. (e.g. “Rhinoceros 6.0 Commercial”)


Public Property

The license contentType. (e.g. Standalone, Network, etc.)


Public Property

The ID of the plug-in that owns this license information


Public Property

The product’s icon. Note, this can be null.


Public Property

The id of the product or plug in.


Public Property

The registered organization of the product (e.g. “Robert McNeel and Associates”)


Public Property

The registered owner of the product. (e.g. “Dale Fugier”)


Public Property

The “for display only” product license or serial number.


Methods

Name

Description


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)