LicenseCheckLicense Method
|
Namespace: Bricscad.Licensing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static LicenseStatus CheckLicense(
string productName,
short version,
Dictionary<string, string> trialActivationKeys,
LicenseInformation licenseInfo,
bool silent,
IntPtr hwndParent
)
Public Shared Function CheckLicense (
productName As String,
version As Short,
trialActivationKeys As Dictionary(Of String, String),
licenseInfo As LicenseInformation,
silent As Boolean,
hwndParent As IntPtr
) As LicenseStatus
public:
static LicenseStatus CheckLicense(
String^ productName,
short version,
Dictionary<String^, String^>^ trialActivationKeys,
LicenseInformation licenseInfo,
bool silent,
IntPtr hwndParent
)
static member CheckLicense :
productName : string *
version : int16 *
trialActivationKeys : Dictionary<string, string> *
licenseInfo : LicenseInformation *
silent : bool *
hwndParent : IntPtr -> LicenseStatus
Parameters
- productName
- Type: SystemString
- version
- Type: SystemInt16
- trialActivationKeys
- Type: System.Collections.GenericDictionaryString, String
- licenseInfo
- Type: Bricscad.LicensingLicenseInformation
- silent
- Type: SystemBoolean
- hwndParent
- Type: SystemIntPtr
Return Value
Type:
LicenseStatus
See Also