Property CanLaunchProcesses
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
CanLaunchProcesses
Whether this runtime can hand a path to the operating system at all. A probe, not a platform check: the rule is capability ("can I start a process?"), never identity ("which platform is this?"), so the same code path decides everywhere. Cached, because the probe allocates a Process object.
public static bool CanLaunchProcesses { get; }