Property | Type | Description | |
---|---|---|---|
Dispose | void | ||
Open | void | ||
Open | void | ||
getIcon |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resources used by the ShellLink.
|
|
Open ( string linkFile ) : void |
Loads a shortcut from the specified location.
|
|
Save ( ) : void |
Saves the shortcut to the path stored in ShortcutFile.
|
|
Save ( string linkFile ) : void |
Saves the shortcut to the specified location/
|
|
ShellLink ( ) : System |
Initializes a new instance of the ShellLink class.
|
|
ShellLink ( string linkFile ) : System |
Initializes a new instance of the ShellLink class from a specific link file.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Open ( string linkFile, |
||
Open ( string linkFile, |
||
getIcon ( bool large ) : |
public Open ( string linkFile ) : void | ||
linkFile | string | The shortcut file to load. |
return | void |
public Save ( string linkFile ) : void | ||
linkFile | string | The path to store the shortcut to. |
return | void |
public ShellLink ( string linkFile ) : System | ||
linkFile | string | The Shortcut file to open. |
return | System |