Licensing Methods |
The Licensing type exposes the following members.
Name | Description | |
---|---|---|
ActivateLicense |
Loads a DME Component Libraries license from the specified string.
In order to minimally protect your license from use by others,
this string should be embedded in your application,
rather than included as a separate file with your application.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FindComponent |
Find a licensed component of the given name, if a license has been activated for that component.
| |
GetComponentExpirationDate |
Gets the expiration date of the specified component.
The component cannot be used after this date.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsComponentLicenseValid |
Determines if a valid license is available for the specified component.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateComponentLicense |
Checks that the license for a specified component is valid, and throws an exception if it is not.
|