C# 클래스 WixSharp.Bootstrapper.ManagedBootstrapperApplication

Class for defining a Wix# application for WiX standard Burn-based bootstrapper.

It is nothing else but a light container for the WiX metadata associated with the .NET assembly implementing WiX ManagedBootstrapper application.

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

공개 프로퍼티들

프로퍼티 타입 설명
AppAssembly string

공개 메소드들

메소드 설명
AutoGenerateSources ( string outDir ) : void

Automatically generates required sources files for building the Bootstrapper. It is used to automatically generate the files which, can be generated automatically without user involvement (e.g. BootstrapperCore.config).

ManagedBootstrapperApplication ( string appAssembly ) : System

Initializes a new instance of the ManagedBootstrapperApplication class.

ToXml ( ) : System.Xml.Linq.XContainer[]

Emits WiX XML.

메소드 상세

AutoGenerateSources() 공개 메소드

Automatically generates required sources files for building the Bootstrapper. It is used to automatically generate the files which, can be generated automatically without user involvement (e.g. BootstrapperCore.config).
public AutoGenerateSources ( string outDir ) : void
outDir string The output directory.
리턴 void

ManagedBootstrapperApplication() 공개 메소드

Initializes a new instance of the ManagedBootstrapperApplication class.
public ManagedBootstrapperApplication ( string appAssembly ) : System
appAssembly string The application assembly.
리턴 System

ToXml() 공개 메소드

Emits WiX XML.
public ToXml ( ) : System.Xml.Linq.XContainer[]
리턴 System.Xml.Linq.XContainer[]

프로퍼티 상세

AppAssembly 공개적으로 프로퍼티

The assembly implementing Bootstrapper UI application
public string AppAssembly
리턴 string