SystemUtilityExecute Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.Execute(System.String,System.String[])"]
Namespace: Scanjour.Workflow4.TestFramework.InternalAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string Execute(
string executable,
params string[] args
)
Public Shared Function Execute (
executable As String,
ParamArray args As String()
) As String
public:
static String^ Execute(
String^ executable,
... array<String^>^ args
)
static member Execute :
executable : string *
args : string[] -> string
Parameters
- executable String
[Missing <param name="executable"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.Execute(System.String,System.String[])"]
- args String
[Missing <param name="args"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.Execute(System.String,System.String[])"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.Execute(System.String,System.String[])"]
See Also