C# 클래스 WixSharp.Shortcut

Defines shortcut to be installed. Shortcut is not supposed to be instantiated directly. Derivative class constructors should be used instead (e.g. FileShortcut, ExeFileShortcut).
상속: WixEntity
파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Advertise bool
Arguments string
Condition Condition
Feature Feature
IconFile string
IconIndex int
Location string
Target string
WorkingDirectory string

보호된 메소드들

메소드 설명
Shortcut ( ) : System.Xml.Linq

Initializes a new instance of the Shortcut class.

메소드 상세

Shortcut() 보호된 메소드

Initializes a new instance of the Shortcut class.
protected Shortcut ( ) : System.Xml.Linq
리턴 System.Xml.Linq

프로퍼티 상세

Advertise 공개적으로 프로퍼티

Whether this shortcut is to be advertised. The default is false.
public bool Advertise
리턴 bool

Arguments 공개적으로 프로퍼티

The shortcut arguments.
public string Arguments
리턴 string

Condition 공개적으로 프로퍼티

Defines the launch Condition which is to be checked during the installation to determine if the shortcut should be installed.
public Condition,WixSharp Condition
리턴 Condition

Feature 공개적으로 프로퍼티

the shortcut belongs to.
public Feature,WixSharp Feature
리턴 Feature

IconFile 공개적으로 프로퍼티

Defines icon file for the shortcut. Relative or absolute path to the source file containing icons (exe, dll or ico).
public string IconFile
리턴 string

IconIndex 공개적으로 프로퍼티

The zero-based index of the icon associated with this ProgId. The default value is 0.
public int IconIndex
리턴 int

Location 공개적으로 프로퍼티

The directory where the shortcut should be installed.

This value is a processed only for shortcuts which belong to the File element.

public string Location
리턴 string

Target 공개적으로 프로퍼티

The path to the executable the shortcut is associated with.

This value is a processed only for shortcuts which belong to the Dir element.

public string Target
리턴 string

WorkingDirectory 공개적으로 프로퍼티

"Working Directory" for the shortcut to be installed. If WorkingDirectory is not specified it will be set in the installed shortcut to the location of the file the shortcut points to.
public string WorkingDirectory
리턴 string