Link Class |
Namespace: ShellBoost.Core.WindowsShell
public class Link
The Link type exposes the following members.
Name | Description | |
---|---|---|
![]() | Arguments |
Gets or sets the arguments.
|
![]() | Clsid |
Gets the CLSID.
|
![]() | CurrentFileName |
Gets the shortcut current file path.
|
![]() | Description |
Gets or sets the description (tooltip).
|
![]() | Hotkey |
Gets or sets the hotkey.
|
![]() | IsDirty |
Determines whether the link has changed since it was last saved to its current file.
|
![]() | NativeObject |
Gets the underlying Shell native object (IShellLinkW).
|
![]() | Properties |
Gets the shortcut properties.
|
![]() | ShowCommand |
Gets or sets the show command.
|
![]() | TargetIdList |
Gets or sets the target PIDL.
|
![]() | TargetPath |
Gets or sets the target path.
|
![]() | WorkingDirectory |
Gets or sets the working directory.
|
Name | Description | |
---|---|---|
![]() ![]() | FromNativeObject |
Gets a Menu instance from a native COM object.
|
![]() | GetIconLocation |
Gets the location (path and index) of the icon for a Shell link object.
|
![]() ![]() | Load |
Loads a shortcut from the specified path.
|
![]() | Save |
Saves the specified shortcut to a file.
|
![]() | SetIconLocation |
Sets the location (path and index) of the icon for a Shell link object.
|
![]() | SetRelativePath |
Sets the relative path to the Shell link object.
|
![]() | ToString |
Converts to string.
(Overrides ObjectToString.) |