C# 클래스 WixSharp.Bootstrapper.ExePackage

Standard WiX ExePackage.
상속: Package
파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 메소드들

메소드 설명
ExePackage ( ) : System.Linq

Initializes a new instance of the ExePackage class.

ExePackage ( string path ) : System.Linq

Initializes a new instance of the ExePackage class.

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

Emits WiX XML.

메소드 상세

ExePackage() 공개 메소드

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

ExePackage() 공개 메소드

Initializes a new instance of the ExePackage class.
public ExePackage ( string path ) : System.Linq
path string The path.
리턴 System.Linq

ToXml() 공개 메소드

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