Skip to content

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.

csharp
public static class MicroPythonUnixPort

Inheritance

objectMicroPythonUnixPort

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

BuildUnixPort()

Build the MicroPython unix port (synchronous wrapper).

BuildUnixPortAsync(string, CancellationToken)

Build the MicroPython unix port if source is available.

FindExecutableAsync()

Find the MicroPython unix port executable.

FindMicroPythonExecutable()

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.

Released under the Apache License 2.0.