Automates the creation of additional shortcuts to a click once application
| C# |
public class ClickOnceShortcut
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ClickOnceShortcut()()() |
ctor
| |
| DeleteShortcut()()() |
Deletes the shortcut from the desktop if it's there.
| |
| DeleteShortcuts(array<String>[]()[]) |
Deletes the shortcut from the given folders if they're there.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetManifestInformation()()() | ||
| GetStartShortcut()()() |
Acquires the standard startmenu shortcut
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MakeShortcut()()() |
Creates a new shortcut on the desktop.
| |
| MakeShortcuts(array<String>[]()[]) |
Creates a new shortcut in the given folders.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ShortcutNameFormat |
Gets or sets the format string for the shortcut name.
(Default is "{0}".)
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ClickOnceShortcut | |