Method FindPythonDll
FindPythonDll(string, SearchOption)
Searches for the python library in the specified root folder.
public static string FindPythonDll(string path, SearchOption opt = SearchOption.TopDirectoryOnly)
Parameters
path
stringopt
SearchOptionSearch options. Optional. Uses TopDirectoryOnly if not specified.