IApplicationLauncher.EnableApplicationLauncher Method (String, String, String)
3/29/2010
Enables an application to be launched; using its launch ID, its file name, and the list of any parameters it might need.
Namespace: Microsoft.WindowsMobile
Assembly: Microsoft.WindowsMobile (in microsoft.windowsmobile.dll)
Syntax
void EnableApplicationLauncher (
string applicationLaunchId,
string applicationFileName,
string arguments
)
'Declaration
Sub EnableApplicationLauncher ( _
applicationLaunchId As String, _
applicationFileName As String, _
arguments As String _
)
Parameters
- applicationLaunchId
The Application Launch ID.
- applicationFileName
The path to executable to launch.
- arguments
The string of parameters to pass to launched application.
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
IApplicationLauncher Interface
IApplicationLauncher Members
Microsoft.WindowsMobile Namespace