[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.2.0
Syntax
| C# |
|---|
public class ShellLink : IDisposable, IPathProvider |
| Visual Basic (Declaration) |
|---|
Public Class ShellLink _ Implements IDisposable, IPathProvider |
| Visual C++ |
|---|
public ref class ShellLink : IDisposable, IPathProvider |
| J# |
|---|
public class ShellLink implements IDisposable, IPathProvider |
| 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