Constructor License
License(LicenseType, string, string, string, bool, string, uint, uint)
Initializes a new instance of the License structure.
Declaration
public License(LicenseType inLicenseType, string inProvider, string inName, string inVersion, bool inIsActive, string inLicenseUser, uint inModule, uint inGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| LicenseType | inLicenseType | License type. |
| string | inProvider | Provider. |
| string | inName | License name. |
| string | inVersion | Version. |
| bool | inIsActive | Is license active. |
| string | inLicenseUser | User of the floating license. |
| uint | inModule | Module. |
| uint | inGroup | Group. |