ShellLink Constructors
Declaring Type: ShellLink
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Overloads
| Signature | Description |
|---|---|
| ShellLink() | Creates an instance of the Shell Link object. |
| ShellLink(string) | Creates an instance of a Shell Link object from the specified link file |
ShellLink()
Creates an instance of the Shell Link object.
public ShellLink();
ShellLink(string)
Creates an instance of a Shell Link object from the specified link file
public ShellLink(string linkFile);
Parameters
linkFile string
The Shortcut file to open
Documentation generated by MdDocs