AsyncProcess.Start Method (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 environment As IDictionary
Dim returnValue As AsyncProcess
returnValue = AsyncProcess.Start(fileName, environment)
Syntax
'Declaration
Public Shared Function Start ( _
fileName As String, _
environment As IDictionary _
) As AsyncProcess
public static AsyncProcess Start (
string fileName,
IDictionary environment
)
public:
static AsyncProcess^ Start (
String^ fileName,
IDictionary^ environment
)
public static AsyncProcess Start (
String fileName,
IDictionary environment
)
public static function Start (
fileName : String,
environment : IDictionary
) : AsyncProcess
Parameters
- fileName
- 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