|
GetCurrentProductVersion |
Top Previous Next |
|
Method returns the current product version, specified when protecting.
public static String IntelliProtector.GetCurrentProductVersion();
Parameters
No parameters.
Return value
Returns product version, specified when protecting.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void ShowProductVersion() { String version = IntelliProtector.GetCurrentProductVersion(); MessageBox.Show(version); } |
| Copyright © 2011 intelliprotector.com |