C# 클래스 WixSharp.File

Defines file to be installed.
상속: WixEntity
파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Associations WixSharp.FileAssociation[]
Condition Condition
DriverInstaller DriverInstaller
Feature Feature
IISVirtualDirs WixSharp.IISVirtualDir[]
Permissions FilePermission[]
ServiceInstaller ServiceInstaller
Shortcuts WixSharp.FileShortcut[]

공개 메소드들

메소드 설명
AddItems ( WixEntity items ) : void
File ( ) : System

Initializes a new instance of the File class.

File ( Feature feature, string sourcePath ) : System

Creates instance of the class with properties initialized with specified parameters.

File ( Id id, Feature feature, string sourcePath ) : System

Creates instance of the class with properties initialized with specified parameters.

File ( Id id, string sourcePath ) : System

Creates instance of the class with properties initialized with specified parameters.

File ( string sourcePath ) : System

Creates instance of the class with properties initialized with specified parameters.

ToString ( ) : string

Returns a T:System.String that represents the File.

This property is designed to produce a friendlier string representation of the File for debugging purposes.

메소드 상세

AddItems() 공개 메소드

public AddItems ( WixEntity items ) : void
items WixEntity
리턴 void

File() 공개 메소드

Initializes a new instance of the File class.
public File ( ) : System
리턴 System

File() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public File ( Feature feature, string sourcePath ) : System
feature Feature the file should be included in.
sourcePath string Relative path to the file to be taken for building the MSI.
리턴 System

File() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public File ( Id id, Feature feature, string sourcePath ) : System
id Id The explicit to be associated with instance.
feature Feature the file should be included in.
sourcePath string Relative path to the file to be taken for building the MSI.
리턴 System

File() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public File ( Id id, string sourcePath ) : System
id Id The explicit to be associated with instance.
sourcePath string Relative path to the file to be taken for building the MSI.
리턴 System

File() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public File ( string sourcePath ) : System
sourcePath string Relative path to the file to be taken for building the MSI.
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents the File.

This property is designed to produce a friendlier string representation of the File for debugging purposes.

public ToString ( ) : string
리턴 string

프로퍼티 상세

Associations 공개적으로 프로퍼티

Collection of the FileAssociations associated with the file.
public FileAssociation[],WixSharp Associations
리턴 WixSharp.FileAssociation[]

Condition 공개적으로 프로퍼티

Defines the installation Condition, which is to be checked during the installation to determine if the file should be installed on the target system.
public Condition Condition
리턴 Condition

DriverInstaller 공개적으로 프로퍼티

The driver installer associated with the file. Set this field to the properly initialized instance of DriverInstaller if the file is a windows driver.
public DriverInstaller,WixSharp DriverInstaller
리턴 DriverInstaller

Feature 공개적으로 프로퍼티

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

IISVirtualDirs 공개적으로 프로퍼티

Collection of the contained IISVirtualDirs.
public IISVirtualDir[],WixSharp IISVirtualDirs
리턴 WixSharp.IISVirtualDir[]

Permissions 공개적으로 프로퍼티

COllection of T:WixSharp.FilePermission to be applied to the file.
public FilePermission[] Permissions
리턴 FilePermission[]

ServiceInstaller 공개적으로 프로퍼티

The service installer associated with the file. Set this field to the properly initialized instance of ServiceInstaller if the file is a windows service module.
public ServiceInstaller ServiceInstaller
리턴 ServiceInstaller

Shortcuts 공개적으로 프로퍼티

Collection of the Shortcuts associated with the file.
public FileShortcut[],WixSharp Shortcuts
리턴 WixSharp.FileShortcut[]