Click or drag to resize

Link Class

Defines a base that wraps an IShellLink interface.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class Link

The Link type exposes the following members.

Constructors
  NameDescription
Public methodLink
Initializes a new instance of the Link class.
Top
Properties
  NameDescription
Public propertyArguments
Gets or sets the arguments.
Public propertyClsid
Gets the CLSID.
Public propertyCurrentFileName
Gets the shortcut current file path.
Public propertyDescription
Gets or sets the description (tooltip).
Public propertyHotkey
Gets or sets the hotkey.
Public propertyIsDirty
Determines whether the link has changed since it was last saved to its current file.
Public propertyNativeObject
Gets the underlying Shell native object (IShellLinkW).
Public propertyProperties
Gets the shortcut properties.
Public propertyShowCommand
Gets or sets the show command.
Public propertyTargetIdList
Gets or sets the target PIDL.
Public propertyTargetPath
Gets or sets the target path.
Public propertyWorkingDirectory
Gets or sets the working directory.
Top
Methods
  NameDescription
Public methodStatic memberFromNativeObject
Gets a Menu instance from a native COM object.
Public methodGetIconLocation
Gets the location (path and index) of the icon for a Shell link object.
Public methodStatic memberLoad
Loads a shortcut from the specified path.
Public methodSave
Saves the specified shortcut to a file.
Public methodSetIconLocation
Sets the location (path and index) of the icon for a Shell link object.
Public methodSetRelativePath
Sets the relative path to the Shell link object.
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also