Class MicroPythonUnixPort
Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public static class MicroPythonUnixPort
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Build the MicroPython unix port (synchronous wrapper).
BuildUnixPortAsync(string, CancellationToken)
Build the MicroPython unix port if source is available.
Find the MicroPython unix port executable.
Find the MicroPython unix port executable (synchronous wrapper).
GetBuiltExecutablePath(string)
Get the expected path to the built unix port executable.
IsValidMicroPythonExecutableAsync(string)
Check if a path points to a valid MicroPython executable.