Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.os.exec
  • Platforms: .NET, .NET Standard 2.0, Island

Methods


Command

 

// .NET, .NET Standard 2.0
class method Command(name: String; params args: array of string): Memory<Cmd>
// Island
class method Command(name: String; params args: array of string): Memory<Cmd>

 

// .NET, .NET Standard 2.0
static Memory<Cmd> Command(String name, params string[] args)
// Island
static Memory<Cmd> Command(String name, params string[] args)

 

// .NET, .NET Standard 2.0
static func Command(_ name: String, _ args: string...) -> Memory<Cmd>
// Island
static func Command(_ name: String, _ args: string...) -> Memory<Cmd>

 

// .NET, .NET Standard 2.0
func Command(name String, args []string) Memory<Cmd>
// Island
func Command(name String, args []string) Memory<Cmd>

 

// .NET, .NET Standard 2.0
Shared Function Command(name As String, ParamArray args As string()) As Memory<Cmd>
// Island
Shared Function Command(name As String, ParamArray args As string()) As Memory<Cmd>

Parameters:

  • name:
  • args:

LookPath

 

class method LookPath(file: string): tuple of (string, error)

 

static (string, error) LookPath(string file)

 

static func LookPath(_ file: string) -> (string, error)

 

func LookPath(file string) tuple of (string, error)

 

Shared Function LookPath(file As string) As Tuple (Of string, error)

Parameters:

  • file: