ShellLink.Save Method
Declaring Type: ShellLink
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Overloads
Signature | Description |
---|---|
Save() | Saves the shortcut to ShortCutFile. |
Save(string) | Saves the shortcut to the specified file |
Save()
Saves the shortcut to ShortCutFile.
public void Save();
Save(string)
Saves the shortcut to the specified file
public void Save(string linkFile);
Parameters
linkFile
string
The shortcut file (.lnk)
Documentation generated by MdDocs