StartMenuApplication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition containing details of Start Menu Applications.
public class StartMenuApplication
type StartMenuApplication = class
Public Class StartMenuApplication
- Inheritance
-
StartMenuApplication
Constructors
StartMenuApplication() |
Initializes a new instance of the StartMenuApplication class. |
StartMenuApplication(String) |
Initializes a new instance of the StartMenuApplication class with required arguments. |
Properties
CommandLineArguments |
Optional. The command line arguments to launch the application. |
IconPngUris |
Optional. The available map of icon PNG file URIs for different resolutions (e.g. 16x16, 32x32, 64x64). The key of the map is the first dimension of the PNG resolution. |
IconUri |
Optional. The default URI to the application icon png file. |
Name |
Required. The application name. |
StartMenuAppId |
Optional. The start menu application id. |
VirtualPath |
Optional. The application image path on the destination machine specified with environment variables for the drive and known system path. |