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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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