C# 클래스 WixSharp.RegFile

Defines the registry file (*.reg) containing the entries to be installed.

Compiler uses the data from this class to call T:WixSharp.CommonTasks.ImportRegFile internally and inject imported RegValues into the Project.

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

공개 프로퍼티들

프로퍼티 타입 설명
Feature Feature
Path string

공개 메소드들

메소드 설명
RegFile ( ) : System

Initializes a new instance of the RegFile class.

RegFile ( Feature feature, string path ) : System

Initializes a new instance of the RegFile class.

RegFile ( string path ) : System

Initializes a new instance of the RegFile class with properties/fields initialized with specified parameters.

메소드 상세

RegFile() 공개 메소드

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

RegFile() 공개 메소드

Initializes a new instance of the RegFile class.
public RegFile ( Feature feature, string path ) : System
feature Feature the registry value should be included in.
path string The path.
리턴 System

RegFile() 공개 메소드

Initializes a new instance of the RegFile class with properties/fields initialized with specified parameters.
public RegFile ( string path ) : System
path string The path.
리턴 System

프로퍼티 상세

Feature 공개적으로 프로퍼티

the registry value belongs to.
public Feature,WixSharp Feature
리턴 Feature

Path 공개적으로 프로퍼티

The path to the registry file (*.reg).
public string Path
리턴 string