| Shortcut Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Openfin.Desktop
 Syntax
Syntaxpublic class Shortcut
The Shortcut type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Shortcut | 
            Creates an instance of a Shortcut object with the specified company name, icon, and shortcut name.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Company | 
            Gets or sets the name of the company associated with the shortcut.
             | 
|  | Description | 
            Gets or sets the description of the shortcut.
             | 
|  | Force | 
            Gets or sets a value indicating if the shortcut should be recreated each time
            an Application is launched, even if the user previously has deleted the shortcut.
             | 
|  | Icon | 
            Gets the absolute URL of the icon file to use for the shortcut.
             | 
|  | IconPath | 
            Gets or sets the absolute path, relative path, or URL of the icon file to use for the shortcut.
             | 
|  | Name | 
            Gets or sets the name of the shortcut.
             | 
|  | StartMenuRootFolder | 
            Gets or sets the root folder to add the shortcut to the Start Menu.
             | 
|  | UninstallShortcut | 
            Gets or sets a value indicating whether an Uninstall Application shortcut
            should be created in the Start Menu.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also