Microsoft.WindowsMobile
Defines the properties, methods, and events that are shared by any object that can have an application launched.
Enables an application to be launched.
EnableApplicationLauncher attempts to learn the application file name; if it cannot, then an exception is thrown.
Enables an application to be launched, using its launch ID and file name.
The Application Launch ID.
The path to executable to launch.
Enables an application to be launched; using its launch ID, its file name, and the list of any parameters it might need.
The Application Launch ID.
The path to executable to launch.
The string of parameters to pass to launched application.
Disables the application from being launched.
Gets the ID that uniquely identifies a particular application launch request.
An application can have multiple application launch requests, but their ID's must all be unique.
Gets the fully qualified path-name of the application (the executable) to launch.
Gets optional params to pass to the application to launch.
The exception that is thrown when Application Launcher Registration fails.
Initializes a new instance of the ApplicationLauncherEnableException class.
Initializes a new instance of the ApplicationLauncherEnableException class, using an error message containing additional details about the failure.
A string containing further details about the exception.
Initializes a new instance of the ApplicationLauncherEnableException class, using an error message containing additional details about the failure, and an inner exception.
A string containing further details about the exception.
An inner exception.