Skip to main content

ShellLink Constructors

Declaring Type: ShellLink
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

Overloads

SignatureDescription
ShellLink()Creates an instance of the Shell Link object.
ShellLink(string)Creates an instance of a Shell Link object from the specified link file

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