AsyncProcess.Start Method (String, String, IDictionary)

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Platform
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim fileName As String
Dim parameters As String
Dim environment As IDictionary
Dim returnValue As AsyncProcess

returnValue = AsyncProcess.Start(fileName, parameters, environment)

Syntax

'Declaration
Public Shared Function Start ( _
    fileName As String, _
    parameters As String, _
    environment As IDictionary _
) As AsyncProcess
public static AsyncProcess Start (
    string fileName,
    string parameters,
    IDictionary environment
)
public:
static AsyncProcess^ Start (
    String^ fileName, 
    String^ parameters, 
    IDictionary^ environment
)
public static AsyncProcess Start (
    String fileName, 
    String parameters, 
    IDictionary environment
)
public static function Start (
    fileName : String, 
    parameters : String, 
    environment : IDictionary
) : AsyncProcess

Parameters

  • fileName
  • parameters
  • environment

Return Value

Returns AsyncProcess.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

AsyncProcess Class
AsyncProcess Members
Microsoft.OneGet.Utility.Platform Namespace