|
GetIntelliProtectorVersion |
Top Previous Next |
|
This function obtains version of the protection core.
Public Shared Function GetIntelliProtectorVersion() As [String]
Parameters
No parameters.
Return value
Returns version of the protection core.
Requirements
file: IntelliProtector.vb
Example
Public Sub ShowIntelliProtectorVersion() Dim version As [String] = IntelliProtectorService.IntelliProtector.GetSupportExpirationProductVersion() System.Windows.Forms.MessageBox.Show(version) End Sub
|
| Copyright © 2011 intelliprotector.com |