MBrace.Runtime


XPlat

Namespace: MBrace.Runtime.Utils

Nested types and modules

TypeDescription
Platform
Runtime

Functions and values

Function or valueDescription
currentPlatform
Signature: Lazy<Platform>

gets the platform for the current process

currentRuntime
Signature: Lazy<Runtime>

gets the current .NET runtime implementation

getHomePath ()
Signature: unit -> string

Gets the home path for the current user

runBourneShellScript script
Signature: script:string -> int * string

runs a simple Bourne shell script and returns exit code and stdout

runCommand command args
Signature: command:string -> args:string -> int * string

runs a simple command and returns exit code and stdout

Fork me on GitHub