GetIntelliProtectorVersion

Top  Previous  Next

This function obtains version of the protection core.

 

public static String IntelliProtector.GetIntelliProtectorVersion();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns version of the protection core.

 

Requirements

 

 file: IntelliProtector.cs

 namespace: IntelliProtectorService;

 

Example

 

public void ShowIntelliProtectorVersion()

{

 String version = IntelliProtector.GetSupportExpirationProductVersion();

 MessageBox.Show(version);                

}





Copyright © 2011 intelliprotector.com