C# 클래스 WixSharp.Assembly

Defines assembly file to be installed.

This class is essentially the same as except it has extra member RegisterInGAC to define if the assembly file needs to be registered in GAC during the installation.

상속: File
파일 보기 프로젝트 열기: Eun/WixSharp

공개 프로퍼티들

프로퍼티 타입 설명
ProcessorArchitecture ProcessorArchitecture
RegisterInGAC bool

공개 메소드들

메소드 설명
Assembly ( )

Default constructor. Creates instance of the class.

Assembly ( Feature feature, string sourcePath, bool registerInGAC )

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

Assembly ( Feature feature, string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )

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

Assembly ( Id id, Feature feature, string sourcePath, bool registerInGAC )

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

Assembly ( Id id, Feature feature, string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )

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

Assembly ( Id id, string sourcePath, bool registerInGAC )

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

Assembly ( Id id, string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )

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

Assembly ( string sourcePath, bool registerInGAC )

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

Assembly ( string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )

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

메소드 상세

Assembly() 공개 메소드

Default constructor. Creates instance of the class.
public Assembly ( )

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( Feature feature, string sourcePath, bool registerInGAC )
feature Feature the assembly file should be included in.
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( Feature feature, string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )
feature Feature the assembly file should be included in.
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.
processorArchitecture ProcessorArchitecture Specifies the architecture for this assembly.

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( Id id, Feature feature, string sourcePath, bool registerInGAC )
id Id The explicit to be associated with instance.
feature Feature the assembly file should be included in.
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( Id id, Feature feature, string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )
id Id The explicit to be associated with instance.
feature Feature the assembly file should be included in.
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.
processorArchitecture ProcessorArchitecture Specifies the architecture for this assembly.

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( Id id, string sourcePath, bool registerInGAC )
id Id The explicit to be associated with instance.
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( Id id, string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )
id Id The explicit to be associated with instance.
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.
processorArchitecture ProcessorArchitecture Specifies the architecture for this assembly.

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( string sourcePath, bool registerInGAC )
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.

Assembly() 공개 메소드

Creates instance of the class with properties initialized with specified parameters.
public Assembly ( string sourcePath, bool registerInGAC, ProcessorArchitecture processorArchitecture )
sourcePath string Relative path to the assembly file to be taken for building the MSI.
registerInGAC bool Defines if the assembly file needs to be registered in GAC during the installation.
processorArchitecture ProcessorArchitecture Specifies the architecture for this assembly.

프로퍼티 상세

ProcessorArchitecture 공개적으로 프로퍼티

Specifies the architecture for this assembly.
public ProcessorArchitecture ProcessorArchitecture
리턴 ProcessorArchitecture

RegisterInGAC 공개적으로 프로퍼티

Defines if the assembly file needs to be registered in GAC during the installation.
public bool RegisterInGAC
리턴 bool