PythonInstalledVersion Constructor

Initializes a new instance of the PythonInstalledVersion class.

Definition

Namespace: DevCase.Core.Diagnostics.Python
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public PythonInstalledVersion(
	string displayName,
	string sysArchitecture,
	Version sysVersion,
	Version version,
	string executablePath,
	string windowedExecutablePath
)

Parameters

displayName  String
The display name.
sysArchitecture  String
The system architecture.
sysVersion  Version
The system version.
version  Version
The version.
executablePath  String
The Python executable path.
windowedExecutablePath  String
The Python-w executable path.

See Also