[This is preliminary documentation and is subject to change.]
Represents a *.LNK file (also called shortcut or link)
Namespace: Tools.IOtAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class ShellLink : IDisposable, IPathProvider |
| Visual Basic |
|---|
Public Class ShellLink _ Implements IDisposable, IPathProvider |
| Visual C++ |
|---|
public ref class ShellLink : IDisposable, IPathProvider |
| F# |
|---|
type ShellLink = class interface IDisposable interface IPathProvider end |
| JScript |
|---|
public class ShellLink implements IDisposable, IPathProvider |
Remarks
Implementation based on Mattias Sjögren's (© 2001÷2002) example http://www.msjogren.net/dotnet/, mattias@mvps.org