|
IsSoftwareProtected |
Top Previous Next |
|
This function returns protection status of software (protected or not protected). You can use this function during development process.
Public Shared Function IsSoftwareProtected() As Boolean
Parameters
No parameters.
Return value
Returns true if software is protected. Returns false otherwise.
Requirements
file: IntelliProtector.vb
Example
Public Sub ViewProtectionStatus() If IntelliProtectorService.IntelliProtector.IsSoftwareProtected() Then System.Windows.Forms.MessageBox.Show("Software is protected.") Else System.Windows.Forms.MessageBox.Show("Software is not protected.") End If End Sub |
| Copyright © 2011 intelliprotector.com |