Table of Contents

Method FindPythonDll

Namespace
Alternet.Common.Python
Assembly
Alternet.Common.Python.v10.dll

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 string
opt SearchOption

Search options. Optional. Uses TopDirectoryOnly if not specified.

Returns

string