Skip to content

Method FindExecutableAsync

Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll

FindExecutableAsync()

Find the MicroPython unix port executable.

csharp
public static Task<string> FindExecutableAsync()

Returns

Task<string>

A representing the asynchronous operation.

Released under the Apache License 2.0.