UtilPythonIsInPathEnvironment Property
Gets a value that determine whether Python.exe is accessible within the PATH environment variable.
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 IsInPathEnvironment { get; }
Public Shared ReadOnly Property IsInPathEnvironment As Boolean
Get
Dim value As Boolean
value = UtilPython.IsInPathEnvironment
public:
static property bool IsInPathEnvironment {
bool get ();
}
static member IsInPathEnvironment : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
This is a code example.
No code example is currently available or this language may not be supported.
Dim isInPathEnvironment As Boolean = SoftwareUtil.Python.IsInPathEnvironment
Console.WriteLine(isInPathEnvironment)
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.