Gets the valid DLL files for automatic detect.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public static FileInfo[] getValidDllFilesForAutoDetect(
string sFilePath
)
Public Shared Function getValidDllFilesForAutoDetect ( _
sFilePath As String _
) As FileInfo()
public:
static array<FileInfo^>^ getValidDllFilesForAutoDetect(
String^ sFilePath
)
Parameters
- sFilePath
- Type: String
The s file path.
Return Value
FileInfo[].