Click or drag to resize

Shortcut Class

A class representing an Application shortcut.
Inheritance Hierarchy
SystemObject
  Openfin.DesktopShortcut

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class Shortcut

The Shortcut type exposes the following members.

Constructors
  NameDescription
Public methodShortcut
Creates an instance of a Shortcut object with the specified company name, icon, and shortcut name.
Top
Properties
  NameDescription
Public propertyCompany
Gets or sets the name of the company associated with the shortcut.
Public propertyDescription
Gets or sets the description of the shortcut.
Public propertyForce
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.
Public propertyIcon
Gets the absolute URL of the icon file to use for the shortcut.
Public propertyIconPath
Gets or sets the absolute path, relative path, or URL of the icon file to use for the shortcut.
Public propertyName
Gets or sets the name of the shortcut.
Public propertyStartMenuRootFolder
Gets or sets the root folder to add the shortcut to the Start Menu.
Public propertyUninstallShortcut
Gets or sets a value indicating whether an Uninstall Application shortcut should be created in the Start Menu.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also