[This is preliminary documentation and is subject to change.]
Runs specified process and waits for termination returning standard process output.
This is a blocking call
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string RunAndCompleteProcess(
string name,
string args
)
public static string RunAndCompleteProcess(
string name,
string args
)
Public Shared Function RunAndCompleteProcess (
name As String,
args As String
) As String
Public Shared Function RunAndCompleteProcess (
name As String,
args As String
) As String
public:
static String^ RunAndCompleteProcess(
String^ name,
String^ args
)
public:
static String^ RunAndCompleteProcess(
String^ name,
String^ args
)
static member RunAndCompleteProcess :
name : string *
args : string -> string
static member RunAndCompleteProcess :
name : string *
args : string -> string
Return Value
Type:
String