<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN Namespace > BRLicenseInfo Class > BRLicenseInfo Methods > BRLicenseInfo.Search Method > BRLicenseInfo.Search(String) Method |
Call this method to initiate a search for all available license keys. Search for license DLLs in the appliaction executable path, for DS keys on all LPT ports and on all USB prots. The result of the search will always be returned in the event .
[Visual Basic]
Public Overloads Sub Search( _
ByVal moduleFileName As String _
)
[C#]
public int Search(
string moduleFileName
);
moduleFileName
The path and the file name where to search for the license module.
The number of licenses found. 0 if the function succeds but there are no license keys availabe.
There will be no event, if there is no license info available.
BRLicenseInfo Class | BR.AN Namespace | BRLicenseInfo.Search Overload List | Found | Found
Generated from assembly BR.AN.PviServices [8.1.0.4]