Property | Type | Description | |
---|---|---|---|
Arguments | string | ||
IconIndex | int | ||
IconPath | string | ||
Path | string | ||
Title | string |
Method | Description | |
---|---|---|
ShellLink ( string title, string path, string arguments = null ) : System |
Creates a new shell link structure.
|
|
ShellLink ( string title, string path, string arguments, string iconPath, int iconIndex ) : System |
Creates a new shell link structure
|
public ShellLink ( string title, string path, string arguments = null ) : System | ||
title | string | The title/name of the task link. |
path | string | The target path the link shall point to and to get the icon from. |
arguments | string | Additional arguments for |
return | System |
public ShellLink ( string title, string path, string arguments, string iconPath, int iconIndex ) : System | ||
title | string | The title/name of the task link. |
path | string | The target path the link shall point to. |
arguments | string | Additional arguments for |
iconPath | string | The path of the icon for the link. |
iconIndex | int | The resouce index within the file specified by |
return | System |