메소드 | 설명 | |
---|---|---|
ExeFileShortcut ( ) |
Initializes a new instance of the ExeFileShortcut class.
|
|
ExeFileShortcut ( |
Initializes a new instance of the ExeFileShortcut class with properties/fields initialized with specified parameters. This constructor should be used to instantiate shortcuts which belong to the Dir element. The shortcut will be installed in the directory defined by the parent Dir element.
|
|
ExeFileShortcut ( |
Initializes a new instance of the ExeFileShortcut class with properties/fields initialized with specified parameters. This constructor should be used to instantiate shortcuts which belong to the Dir element. The shortcut will be installed in the directory defined by the parent Dir element
|
|
ExeFileShortcut ( |
Initializes a new instance of the ExeFileShortcut class with properties/fields initialized with specified parameters. This constructor should be used to instantiate shortcuts which belong to the Dir element. The shortcut will be installed in the directory defined by the parent Dir element.
|
|
ExeFileShortcut ( string name, string target, string arguments ) |
Initializes a new instance of the ExeFileShortcut class with properties/fields initialized with specified parameters. This constructor should be used to instantiate shortcuts which belong to the Dir element. The shortcut will be installed in the directory defined by the parent Dir element.
|
public ExeFileShortcut ( |
||
feature | ||
name | string | The name of the shortcut to be installed. |
target | string | The path to the executable the shortcut is associated with. |
arguments | string | The shortcut arguments. |
public ExeFileShortcut ( |
||
id | The explicit |
|
feature | ||
name | string | The name of the shortcut to be installed. |
target | string | The path to the executable the shortcut is associated with. |
arguments | string | The shortcut arguments. |
public ExeFileShortcut ( |
||
id | The explicit |
|
name | string | The name of the shortcut to be installed. |
target | string | The path to the executable the shortcut is associated with. |
arguments | string | The shortcut arguments. |
public ExeFileShortcut ( string name, string target, string arguments ) | ||
name | string | The name of the shortcut to be installed. |
target | string | The path to the executable the shortcut is associated with. |
arguments | string | The shortcut arguments. |