In The Hand - .NET Components for Mobility
IApplicationLauncher Interface
NamespacesInTheHand.WindowsMobileIApplicationLauncher
Defines the properties, methods, and events that are shared by any object that can have an application launched.
Declaration Syntax
C#Visual Basic
public interface IApplicationLauncher
Public Interface IApplicationLauncher
Members
All MembersMethodsProperties



IconMemberDescription
ApplicationArguments
Gets optional params to pass to the application to launch.

ApplicationLaunchId
Gets the identifier of the application.

ApplicationToLaunch
Gets the name of the application.

DisableApplicationLauncher()()()
Disables the application from being launched.

EnableApplicationLauncher(String)
Enables an application to be launched.

EnableApplicationLauncher(String, String)
Enables an application to be launched, using its launch ID and file name.

EnableApplicationLauncher(String, String, String)
Enables an application to be launched; using its launch ID, its file name, and the list of any parameters it might need.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0