Property PythonLibNameWithoutExt
PythonLibNameWithoutExt
Gets or sets the name of the Python library without its file extension. By default, it returns "Python" on Windows and "libpython" on other operating systems.
public static string PythonLibNameWithoutExt { get; set; }