UtilPythonIsInstalled Property
Determines whether Python is installed in the current operating system.
Namespace: DevCase.Core.Diagnostics.PythonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsInstalled { get; }
Public Shared ReadOnly Property IsInstalled As Boolean
Get
Dim value As Boolean
value = UtilPython.IsInstalled
public:
static property bool IsInstalled {
bool get ();
}
static member IsInstalled : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if Python is installed;
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isPythonInstalled As Boolean = SoftwareUtil.Python.IsInstalled
Console.WriteLine(isPythonInstalled)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.