CommandTransport.LaunchProcess Method (Compact 7)

3/12/2014

Launches a process on the device.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

public bool LaunchProcess (
    string executableName,
    string arguments,
    out uint processID
)
'Declaration
Public Function LaunchProcess ( _
    executableName As String, _
    arguments As String, _
    <OutAttribute> ByRef processID As UInteger _
) As Boolean

Parameters

  • executableName
    Name of the executable image on the device.
  • arguments
    Command line arguments
  • processID
    The Process ID if successful, otherwise 0.

Return Value

TRUE if the process was successfully launched, FALSE if not.

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.

See Also

Reference

CommandTransport Class
CommandTransport Members
Microsoft.RemoteToolSdk.PluginComponents Namespace