Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
ライセンスの状態
設定されているライセンスを一時的に無効(enable==false)、または無効になっていたライセンスを有効(enable==false)にします。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static bool EnableLicense( string key, bool enable ) |
Visual Basic |
---|
Public Shared Function EnableLicense ( key As String, enable As Boolean ) As Boolean |
Visual C++ |
---|
public: static bool EnableLicense( String^ key, bool enable ) |
static member EnableLicense : key : string * enable : bool -> bool |
Parameters
- key
- タイプ: System..::..String
ライセンスキー文字(SetLicense()メソッドの3番目の引数)
- enable
- タイプ: System..::..Boolean
有効にする場合 true、無効にする場合 false
Return Value
タイプ: Booleanライセンスの状態