Table of Contents

Class ShellLink

Namespace
Microsoft.WindowsAPICodePack.Shell
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Represents a link to existing FileSystem or Virtual item.

public class ShellLink : ShellObject, IDisposable, IEquatable<ShellObject>
Inheritance
ShellLink
Implements
Inherited Members

Properties

Gets the arguments associated with this link.

public string Arguments { get; }

Property Value

string

Gets the comments associated with this link.

public string Comments { get; }

Property Value

string

The path for this link

public virtual string Path { get; protected set; }

Property Value

string

Gets the location to which this link points to.

public string TargetLocation { get; set; }

Property Value

string

Gets the ShellObject to which this link points to.

public ShellObject TargetShellObject { get; }

Property Value

ShellObject

Gets or sets the link's title

public string Title { get; set; }

Property Value

string