UtilLicensingInstallLicense(String) Method
Installs a Windows license on the current operating system.
Namespace: DevCase.Core.Windows.LicensingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void InstallLicense(
string licFilepath
)
Public Shared Sub InstallLicense (
licFilepath As String
)
Dim licFilepath As String
UtilLicensing.InstallLicense(licFilepath)
public:
static void InstallLicense(
String^ licFilepath
)
static member InstallLicense :
licFilepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- licFilepath String
-
The license file path.
This is a code example.
No code example is currently available or this language may not be supported.
Dim licFilepath As String = "C:\License.lic"
InstallLicense(licFilepath)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.